summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:37:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:37:26 +0100
commit2c04ce4a96507f039e2e18adbea0b5178b9c8682 (patch)
treed1bfaf67c0933536656102bb896c1fa0aff29f9b /package
parenta2f110cce3fc495596e39fcf22be2bc089795f89 (diff)
fix typo
Diffstat (limited to 'package')
-rw-r--r--package/popt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/popt/Makefile b/package/popt/Makefile
index aead00fe5..a72d4de82 100644
--- a/package/popt/Makefile
+++ b/package/popt/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= popt
PKG_VERSION:= 1.16
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 3743beefa3dd6247a73f8f7a32c14c33
PKG_DESCR:= a command line option parsing library
PKG_SECTION:= libs
@@ -26,7 +26,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBPOPT,libpopt,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
$(eval $(call PKG_template,LIBPOPT_DEV,libpopt-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKGSC_LIBPOPT_DEV},${PKG_OPTS}))
-TARGET_LDFAGS+= -liconv
+TARGET_LDFLAGS+= -liconv
post-install:
${INSTALL_DIR} ${IDIR_LIBPOPT}/usr/lib