diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index f01181a49b..c59d92bfeb 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -1,12 +1,13 @@ # Template file for 'shadow' pkgname=shadow version=4.8.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--bindir=/usr/bin --sbindir=/usr/bin --enable-shared --disable-static --with-libpam --without-selinux --with-acl --with-attr --without-su - --disable-nls --enable-subordinate-ids --disable-account-tools-setuid" + --disable-nls --enable-subordinate-ids --disable-account-tools-setuid + --with-group-name-max-length=32" hostmakedepends="libtool" makedepends="acl-devel pam-devel" depends="pam"