summaryrefslogtreecommitdiff
path: root/package/libiconv
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 15:00:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 15:00:47 +0200
commit6d0c553d2a2442c560bb2405ad668957cad497fb (patch)
tree1cb875eede9aa297c484cc510833e942dcc6afb0 /package/libiconv
parent1d6cd4132fa0863213e0aef9a3e6702796776078 (diff)
parent85179429f7741b17974bc3a2c1b608f6a6dbd167 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libiconv')
-rw-r--r--package/libiconv/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/libiconv/Makefile b/package/libiconv/Makefile
index 114c473d9..6a656f445 100644
--- a/package/libiconv/Makefile
+++ b/package/libiconv/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= libiconv
PKG_VERSION:= 1.13.1
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 7ab33ebd26687c744a37264a330bbe9a
PKG_DESCR:= character set conversion library
PKG_SECTION:= libs
@@ -23,8 +23,6 @@ $(eval $(call PKG_template,LIBICONV,libiconv,${PKG_VERSION}-${PKG_RELEASE},${PKG
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
TARGET_CFLAGS+= -fPIC
-FAKE_FLAGS+= libdir="${WRKINST}/usr/lib" \
- includedir="${WRKINST}/usr/include" \
INSTALL_TARGET= install-lib
libiconv-install: