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 397460f67..19cd7c3f2 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -34,7 +34,7 @@ CONFIGURE_ENV+= EGREP="grep -E" \
CONFIGURE_ARGS+= --disable-dbus
TARGET_CFLAGS+= -fPIC
-LIBRARIES:=-nodefaultlibs -luClibc++
+LIBRARIES:=-nodefaultlibs -luClibc++ -lgcc
ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
LIBRARIES+=-lssp -lssp_nonshared
endif