From 2b03a29209d1ff2ccf319e48371c699beb7605b5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Feb 2022 09:53:57 +0000 Subject: configured options for glibc --- repo/system/coreutils.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system/coreutils.xibuild') 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 () { -- cgit v1.2.1