diff options
Diffstat (limited to 'repo/system/coreutils.xibuild')
-rw-r--r-- | repo/system/coreutils.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/coreutils.xibuild b/repo/system/coreutils.xibuild index 3503667..10c6fe1 100644 --- a/repo/system/coreutils.xibuild +++ b/repo/system/coreutils.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(glibc acl attr gmp libcap openssl) +DEPS=(glibc acl attr gmp libcap openssl libiconv) PKG_VER=9.0 SOURCE=https://ftp.gnu.org/gnu/coreutils/coreutils-$PKG_VER.tar.xz @@ -13,7 +13,7 @@ build () { FORCE_UNSAFE_CONFIGURE=1 ./configure \ --prefix=/usr \ --enable-no-install-program=kill,uptime - make + make -liconv } package () { |