diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-15 12:13:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-15 12:13:56 +0200 |
commit | 6ac888a1e388ebd5e92f957b2c77f326ab197765 (patch) | |
tree | de57c8c3544fd2ad1979f3e9b3f2ac007ed2761f /package/gpsd | |
parent | 1eccc1842e2c6a0bce4c448320341f1aef1683b7 (diff) | |
parent | 8a56c55457bd7ae1ac7ce62150c2bb0e415d354d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gpsd')
-rw-r--r-- | package/gpsd/Makefile | 2 |
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 |