summaryrefslogtreecommitdiff
path: root/package/gpsd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-10 18:06:45 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-10 18:06:45 +0200
commit2b19147fc3652939ca14a0b9b5b8f3a35381ae74 (patch)
tree9197abde260006a713947a7df6cac49f5f30f01c /package/gpsd/Makefile
parentac5e1b10e4a45b31fdc84f77365f0c7812199754 (diff)
update uclibc++
Diffstat (limited to 'package/gpsd/Makefile')
-rw-r--r--package/gpsd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile
index 19cd7c3f2..9666a7c29 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= gpsd
PKG_VERSION:= 2.95
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 12535a9ed9fecf9ea2c5bdc9840da5ae
PKG_DESCR:= An interface daemon for GPS receivers
PKG_SECTION:= misc
@@ -34,7 +34,7 @@ CONFIGURE_ENV+= EGREP="grep -E" \
CONFIGURE_ARGS+= --disable-dbus
TARGET_CFLAGS+= -fPIC
-LIBRARIES:=-nodefaultlibs -luClibc++ -lgcc
+LIBRARIES:=-nodefaultlibs -luClibc++ -lgcc -lc
ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
LIBRARIES+=-lssp -lssp_nonshared
endif
@@ -57,6 +57,7 @@ endif
post-install:
${INSTALL_DIR} ${IDIR_GPSD}/usr/lib ${IDIR_GPSD}/usr/sbin
${CP} ${WRKINST}/usr/lib/libgps.so* ${IDIR_GPSD}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libgpsd.so* ${IDIR_GPSD}/usr/lib
${CP} ${WRKINST}/usr/sbin/gpsd ${IDIR_GPSD}/usr/sbin
${INSTALL_DIR} ${IDIR_GPSD_CLIENTS}/usr/bin
${CP} ${WRKINST}/usr/bin/{cgps,gpxlogger} \