shadow: --disable-nls to get rid of localized manpages.
This commit is contained in:
parent
4471d2007e
commit
8bf354cd13
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||||
--libdir=/usr/lib --enable-shared --disable-static
|
--libdir=/usr/lib --enable-shared --disable-static
|
||||||
--with-libpam --without-selinux --with-acl --with-attr
|
--with-libpam --without-selinux --with-acl --with-attr
|
||||||
--enable-subordinate-ids ac_cv_id32bit=yes"
|
--disable-nls --enable-subordinate-ids ac_cv_id32bit=yes"
|
||||||
hostmakedepends="automake libtool gettext-devel"
|
hostmakedepends="automake libtool gettext-devel"
|
||||||
makedepends="acl-devel pam-devel>=1.1.8_4"
|
makedepends="acl-devel pam-devel>=1.1.8_4"
|
||||||
depends="pam"
|
depends="pam"
|
||||||
|
@ -95,5 +95,5 @@ post_install() {
|
||||||
-name 'newgrp.1' ')' \
|
-name 'newgrp.1' ')' \
|
||||||
-delete
|
-delete
|
||||||
|
|
||||||
vinstall $FILESDIR/LICENSE 644 usr/share/licenses/shadow
|
vlicense $FILESDIR/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue