summaryrefslogtreecommitdiff
path: root/package/gpsd
diff options
context:
space:
mode:
Diffstat (limited to 'package/gpsd')
-rw-r--r--package/gpsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile
index ac51120f5..49660d151 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -43,7 +43,7 @@ TARGET_CXXFLAGS+= -fno-rtti -nostdinc++ \
-I${STAGING_TARGET_DIR}/usr/include/uClibc++
TARGET_LDFLAGS+= $(LIBRARIES)
else
-TARGET_LDFLAGS+= -shared -pthread
+TARGET_LDFLAGS+= -shared -pthread -lstdc++
endif
ifeq (${ADK_COMPILE_GPSD_WITH_UCLIBCXX},y)