gpsd: fix bug #4611
authorKoen Kooi <koen@openembedded.org>
Sat, 4 Oct 2008 09:39:40 +0000 (09:39 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 4 Oct 2008 09:39:40 +0000 (09:39 +0000)
packages/gpsd/gpsd.inc

index 06be2fe..82f541e 100644 (file)
@@ -25,6 +25,8 @@ INITSCRIPT_NAME = "gpsd"
 INITSCRIPT_PARAMS = "defaults 35"
 
 export LDFLAGS = "-L${STAGING_LIBDIR} -lm"
+export STAGING_INCDIR
+export STAGING_LIBDIR
 
 do_compile_prepend() {
     export BUILD_SYS="${BUILD_SYS}"