aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cdw/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-09 12:04:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-09 12:13:42 +0000
commit36cb61801b63993521d4c144f7f77eb69eec4445 (patch)
tree2258070ea9eb71502a00e2ff1b9012382fec2d63 /testing/cdw/APKBUILD
parentc638c42fedf13d38b6e5ee2926aee1858adc647f (diff)
downloadaports-36cb61801b63993521d4c144f7f77eb69eec4445.tar.bz2
aports-36cb61801b63993521d4c144f7f77eb69eec4445.tar.xz
testing/*: remove libiconv-dev from makedepends
Diffstat (limited to 'testing/cdw/APKBUILD')
-rw-r--r--testing/cdw/APKBUILD2
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
}