summaryrefslogtreecommitdiff
path: root/repo/system/coreutils.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-05 09:53:57 +0000
committerdavidovski <david@davidovski.xyz>2022-02-05 09:53:57 +0000
commit2b03a29209d1ff2ccf319e48371c699beb7605b5 (patch)
tree9e205630c5d7d70eeb29cb638f80a6d3975c3e18 /repo/system/coreutils.xibuild
parenteacbc91e1eaf3b3e6684ac1b43bd7048ecc4d9a3 (diff)
configured options for glibc
Diffstat (limited to 'repo/system/coreutils.xibuild')
-rw-r--r--repo/system/coreutils.xibuild4
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 () {