diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:02:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:03:05 +0200 |
commit | 160355e07ae13598b10bdf1962e8c8044042c2a7 (patch) | |
tree | bd27c2f65edbb02cfe3185333ec87c686b82f0e9 /package/popt/Makefile | |
parent | e7260308e776f7db889a83eb7a6c437e295ad797 (diff) |
remove libiconv-tiny dependency, use uclibc specific dependency
Diffstat (limited to 'package/popt/Makefile')
-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 |