summaryrefslogtreecommitdiffstats
path: root/testing/shadow
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-22 06:46:41 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-22 06:46:41 -0500
commit747733601de5b58bcc18e0748707e49257815f75 (patch)
treed327284b99a4eccf604ff3867c261b7365250b10 /testing/shadow
parentd8e42b7af5ce7356ef1b1e2bb08b840f7da58dd8 (diff)
downloadaports-747733601de5b58bcc18e0748707e49257815f75.tar.bz2
aports-747733601de5b58bcc18e0748707e49257815f75.tar.xz
testing/shadow: --disable-nls
Diffstat (limited to 'testing/shadow')
-rw-r--r--testing/shadow/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/shadow/APKBUILD b/testing/shadow/APKBUILD
index 7800e6034..c0538f2ce 100644
--- a/testing/shadow/APKBUILD
+++ b/testing/shadow/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=shadow
pkgver=4.1.4.3
-pkgrel=0
+pkgrel=1
pkgdesc="PAM-using login and passwd utilities"
url="http://pkg-shadow.alioth.debian.org/"
arch="all"
@@ -33,6 +33,7 @@ build() {
--infodir=/usr/share/info \
--localstatedir=/var \
--without-nscd \
+ --disable-nls \
|| return 1
make || return 1
}