diff options
Diffstat (limited to 'repo/system/coreutils.xibuild')
-rw-r--r-- | repo/system/coreutils.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/coreutils.xibuild b/repo/system/coreutils.xibuild index 10c6fe1..2c0826a 100644 --- a/repo/system/coreutils.xibuild +++ b/repo/system/coreutils.xibuild @@ -13,7 +13,7 @@ build () { FORCE_UNSAFE_CONFIGURE=1 ./configure \ --prefix=/usr \ --enable-no-install-program=kill,uptime - make -liconv + make } package () { |