summaryrefslogtreecommitdiff
path: root/package/gpsd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
commitb56c73c95f08099803c60d9e2f2584f231220d47 (patch)
tree704b5c66e0d233af904afdfa00e1dd9c2205d02d /package/gpsd/Makefile
parent09381f08db60bd52ab7135bd084fa2bb197a98c2 (diff)
misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS
* fix *.pc / *-config file handling.
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 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)