From 2b19147fc3652939ca14a0b9b5b8f3a35381ae74 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 10 Jul 2012 18:06:45 +0200 Subject: update uclibc++ --- package/gpsd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/gpsd/Makefile') 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} \ -- cgit v1.2.3