From 5d17325bc11fe0525c9aea5d64c4c09efcff3d86 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Feb 2022 10:13:43 +0000 Subject: removed libiconv references --- repo/system/coreutils.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/coreutils.xibuild') 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 () { -- cgit v1.2.1