diff options
Diffstat (limited to 'package/popt')
-rw-r--r-- | package/popt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/popt/Makefile b/package/popt/Makefile index 49965eab6..294ea680a 100644 --- a/package/popt/Makefile +++ b/package/popt/Makefile @@ -9,7 +9,6 @@ PKG_RELEASE:= 4 PKG_MD5SUM:= 3743beefa3dd6247a73f8f7a32c14c33 PKG_DESCR:= command line option parsing library PKG_SECTION:= libs/misc -PKG_BUILDDEP:= libiconv-tiny PKG_URL:= http://rpm5.org/ PKG_SITES:= http://rpm5.org/files/popt/ PKG_LIBNAME:= libpopt @@ -21,8 +20,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBPOPT,libpopt,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -TARGET_LDFLAGS+= -liconv - libpopt-install: ${INSTALL_DIR} ${IDIR_LIBPOPT}/usr/lib ${CP} ${WRKINST}/usr/lib/libpopt.so* ${IDIR_LIBPOPT}/usr/lib |