On Wed, Oct 02, 2013 at 06:34:15PM +0200, Sven Eckelmann wrote:
On Wednesday 02 October 2013 06:19:15 Simon Wunderlich wrote:
+# alfred build +BINARY_NAME = alfred-gpsd +OBJ = alfred-gpsd.o
+# alfred flags and options +CFLAGS += -pedantic -Wall -W -std=gnu99 -fno-strict-aliasing -MD -MP +LDLIBS += -lgps
I have no idea if we need some special handling for this to let it work for crosscompiling, OpenWRT etc?
Please use pkg-config for things like this. An example Makefile is attached.
@Simon: Please fix your e-mail adress inside the README file.
Done, applied in 9021511.
Thanks for pointing that out. Simon