diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 14:59:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 14:59:22 +0200 |
commit | d1ee3be7f4b966174d673876f961b44e37b4c85a (patch) | |
tree | d1dca9d3273dcf9eae0a72355b101bce1f1c9060 /package/libiconv | |
parent | f082cffba0eac8316ec58164ee215e75c8a364ed (diff) |
add host build infrastructure; convert file, ncurses, glib and ruby to it. remove unneeded hacks for openldap and mesalib
Diffstat (limited to 'package/libiconv')
-rw-r--r-- | package/libiconv/Makefile | 4 |
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: |