diff options
Diffstat (limited to 'testing/cdw')
-rw-r--r-- | testing/cdw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cdw/APKBUILD b/testing/cdw/APKBUILD index f26e0043bc..1b30a79548 100644 --- a/testing/cdw/APKBUILD +++ b/testing/cdw/APKBUILD @@ -30,7 +30,7 @@ prepare() { build() { cd "$_builddir" - export LIBS="-liconv -lintl" && ./configure --prefix=/usr + export LIBS="-lintl" && ./configure --prefix=/usr make } |