summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-01 12:12:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-01 12:13:37 +0100
commit3784b281a8b0fbec7a9240a009595db0c5132cbb (patch)
tree5ffa080a31858163152861ab0fe62ce2f6077b83 /package/parted
parentcecb073455b2f36e34778254daf1dcb27c59ffe6 (diff)
parted: libiconv-tiny is gone
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 9508e1ab2..1910956f7 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= parted
PKG_VERSION:= 3.2
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_HASH:= 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
PKG_DESCR:= partition table editor
PKG_SECTION:= sys/fs
@@ -19,10 +19,6 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PARTED,parted,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
-ifeq ($(ADK_TARGET_LIBICONV_TINY),y)
-TARGET_LDFLAGS+= -liconv
-endif
-
ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y)
CONFIGURE_ARGS+= --disable-dynamic-loading
endif