shadow: update to 4.1.5.1.
This commit is contained in:
parent
6e54bdd2c0
commit
d01ae274eb
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.5
|
version=4.1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
homepage="http://pkg-shadow.alioth.debian.org"
|
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/lib --enable-shared --disable-static
|
configure_args="--libdir=/lib --enable-shared --disable-static
|
||||||
--with-libpam --without-selinux --with-acl --with-attr"
|
--with-libpam --without-selinux --with-acl --with-attr"
|
||||||
|
@ -11,7 +9,9 @@ makedepends="acl-devel pam-devel"
|
||||||
short_desc="Shadow password file utilities"
|
short_desc="Shadow password file utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=e3c1ac70fa08d932777639c861155dc61024c2d4961e76f0d07fd239ba10cd87
|
homepage="http://pkg-shadow.alioth.debian.org"
|
||||||
|
distfiles="$homepage/releases/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=aa32333748d68b58ed3a83625f0165e0f6b9dc4639e6377c9300c6bf4fe978fb
|
||||||
long_desc="
|
long_desc="
|
||||||
Shadow password file utilities for GNU/Linux."
|
Shadow password file utilities for GNU/Linux."
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ conf_files="/etc/pam.d/usermod /etc/pam.d/userdel /etc/pam.d/useradd
|
||||||
CFLAGS="-fPIE"
|
CFLAGS="-fPIE"
|
||||||
LDFLAGS="-pie"
|
LDFLAGS="-pie"
|
||||||
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# Don't install the groups cmd, we use the one from coreutils.
|
# Don't install the groups cmd, we use the one from coreutils.
|
||||||
sed -i 's/groups$(EXEEXT) //' src/Makefile
|
sed -i 's/groups$(EXEEXT) //' src/Makefile
|
||||||
|
|
Loading…
Reference in New Issue