diff options
Diffstat (limited to 'testing/shadow/APKBUILD')
-rw-r--r-- | testing/shadow/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/shadow/APKBUILD b/testing/shadow/APKBUILD index 7800e60344..c0538f2ce2 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 } |