summaryrefslogtreecommitdiffstats
path: root/extra/wget
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-30 10:53:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-30 10:53:41 +0000
commited590794112e00194fd31d58e62e50090c20f93f (patch)
tree4b8bfc00a321a73308677334f05235e5f012ba0e /extra/wget
parente3aeaf18545f6661828a716a419fce43045d2f67 (diff)
downloadaports-ed590794112e00194fd31d58e62e50090c20f93f.tar.bz2
aports-ed590794112e00194fd31d58e62e50090c20f93f.tar.xz
extra/wget: do not link libintl
Diffstat (limited to 'extra/wget')
-rw-r--r--extra/wget/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/wget/APKBUILD b/extra/wget/APKBUILD
index 2063b1fa..93e4c337 100644
--- a/extra/wget/APKBUILD
+++ b/extra/wget/APKBUILD
@@ -17,7 +17,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --infodir=/usr/share/info
+ --infodir=/usr/share/info \
+ --disable-nls
make || return 1
make DESTDIR="$pkgdir" install
}