diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-22 06:46:41 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-22 06:46:41 -0500 |
commit | 747733601de5b58bcc18e0748707e49257815f75 (patch) | |
tree | d327284b99a4eccf604ff3867c261b7365250b10 /testing/shadow/APKBUILD | |
parent | d8e42b7af5ce7356ef1b1e2bb08b840f7da58dd8 (diff) | |
download | aports-747733601de5b58bcc18e0748707e49257815f75.tar.bz2 aports-747733601de5b58bcc18e0748707e49257815f75.tar.xz |
testing/shadow: --disable-nls
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 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 } |