Browse Source

parted: needs iconv

Waldemar Brodkorb 6 years ago
parent
commit
4797382492
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/parted/Makefile

+ 1 - 1
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/)