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/parted | |
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/parted')
-rw-r--r-- | package/parted/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile index e18e73f91..3f1a9b41f 100644 --- a/package/parted/Makefile +++ b/package/parted/Makefile @@ -14,9 +14,6 @@ PKG_BUILDDEP:= util-linux ncurses PKG_URL:= http://www.gnu.org/software/parted/index.shtml PKG_SITES:= $(MASTER_SITE_GNU:=parted/) -PKG_BUILDDEP_UCLIBC:= libiconv-tiny -PKG_BUILDDEP_UCLIBC_NG:=libiconv-tiny - include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,PARTED,parted,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) |