summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-03-04 13:30:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-03-04 13:30:17 +0100
commit479738249296393dedbbe3de260f2a304928078f (patch)
tree2892a5d59125abb9f57b8c7c14c96969881a490c /package/parted
parentf092f7b214adde9b9c7c5eb386432bfd96c54fe5 (diff)
parted: needs iconv
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 1910956f7..41e59b96c 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -11,7 +11,7 @@ PKG_DESCR:= partition table editor
PKG_SECTION:= sys/fs
PKG_DEPENDS:= libblkid libuuid libncurses
PKG_BUILDDEP:= util-linux ncurses
-PKG_NEEDS:= threads
+PKG_NEEDS:= threads iconv
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= $(MASTER_SITE_GNU:=parted/)