summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-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
}