diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 12:53:29 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 12:54:22 -0500 |
commit | 360767f2ef426c9249131831286df32bd4bb666d (patch) | |
tree | c31c38c9cd1061330e5ac35728ac52196390cce0 /package/gatling | |
parent | 47cad0a0e2381678971c827e495fd46ba0037bf2 (diff) |
first step to rework iconv setup
Add a choice to select libiconv, C library iconv or
libiconv-tiny.
Diffstat (limited to 'package/gatling')
-rw-r--r-- | package/gatling/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/gatling/Makefile b/package/gatling/Makefile index 894808f86..300d1690a 100644 --- a/package/gatling/Makefile +++ b/package/gatling/Makefile @@ -13,9 +13,6 @@ PKG_BUILDDEP:= libowfat PKG_URL:= http://www.fefe.de/gatling/ PKG_SITES:= http://dl.fefe.de/ -PKG_BUILDDEP_UCLIBC:= libiconv-tiny -PKG_BUILDDEP_UCLIBC_NG:=libiconv-tiny - DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include ${ADK_TOPDIR}/mk/package.mk |