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'
|
||||
pkgname=shadow
|
||||
version=4.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||
--libdir=/usr/lib --enable-shared --disable-static
|
||||
--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"
|
||||
makedepends="acl-devel pam-devel>=1.1.8_4"
|
||||
depends="pam"
|
||||
|
@ -95,5 +95,5 @@ post_install() {
|
|||
-name 'newgrp.1' ')' \
|
||||
-delete
|
||||
|
||||
vinstall $FILESDIR/LICENSE 644 usr/share/licenses/shadow
|
||||
vlicense $FILESDIR/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue