summaryrefslogtreecommitdiff
path: root/package/gpsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gpsd/Makefile')
-rw-r--r--package/gpsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile
index 275613e3d..83fac860b 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -33,7 +33,7 @@ TCFLAGS+= -fPIC
ifeq ($(ADK_COMPILE_GPSD_WITH_UCLIBCXX),y)
TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++ \
- -I${STAGING_DIR}/usr/include/uClibc++
+ -I${STAGING_TARGET_DIR}/usr/include/uClibc++
TLDFLAGS+= -luClibc++ -lc -lm -pthread -nodefaultlibs
else
TLDFLAGS+= -shared -pthread