diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:39 +0200 |
commit | f74d8a406d12c57550fea0cd4dbe967cd9f94eeb (patch) | |
tree | 8117c7f5a73c35d9e361215279dfa455cf623da4 /package/gpsd/Makefile | |
parent | 31fb5bbcfe32d567284c5ef0b98b66921e0497b2 (diff) |
some powerpc fixes found via make bulk
Diffstat (limited to 'package/gpsd/Makefile')
-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 |