Skip to content
Snippets Groups Projects
Commit d8e42b7a authored by Ariadne Conill's avatar Ariadne Conill
Browse files

testing/linux-pam: build with --disable-nls

parent f3802c94
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=linux-pam pkgname=linux-pam
pkgver=1.1.3 pkgver=1.1.3
pkgrel=0 pkgrel=1
pkgdesc="pluggable authentication modules for linux" pkgdesc="pluggable authentication modules for linux"
url="http://www.kernel.org/pub/linux/libs/pam" url="http://www.kernel.org/pub/linux/libs/pam"
arch="all" arch="all"
...@@ -28,13 +28,13 @@ prepare() { ...@@ -28,13 +28,13 @@ prepare() {
build() { build() {
cd "$_builddir" cd "$_builddir"
LIBS="-lintl" ./configure --prefix=/usr \ ./configure --prefix=/usr \
--libdir=/lib \ --libdir=/lib \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--infodir=/usr/share/info \ --infodir=/usr/share/info \
--localstatedir=/var \ --localstatedir=/var \
--with-libintl-prefix \ --disable-nls \
|| return 1 || return 1
make || return 1 make || return 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment