pam: remove unnecessary bdep; force a rebuild.
This commit is contained in:
parent
c5b38c5315
commit
fec3b5d78a
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'pam'
|
||||
pkgname=pam
|
||||
version=1.1.8
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="Linux-PAM-$version"
|
||||
build_style=gnu-configure
|
||||
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin --docdir=/usr/share/doc/pam
|
||||
configure_args="
|
||||
--libdir=/usr/lib --sbindir=/usr/sbin --docdir=/usr/share/doc/pam
|
||||
--disable-nis --disable-cracklib --disable-audit --disable-selinux
|
||||
--disable-regenerate-docu"
|
||||
hostmakedepends="automake gettext-devel flex libtool pkg-config"
|
||||
makedepends="libfl-devel db-devel>=5.3"
|
||||
makedepends="db-devel>=5.3"
|
||||
conf_files="
|
||||
/etc/environment
|
||||
/etc/security/access.conf
|
||||
|
@ -31,7 +32,6 @@ checksum=c4b1f23a236d169e2496fea20721578d864ba00f7242d2b41d81050ac87a1e55
|
|||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Fix unix_chkpwd perms.
|
||||
chmod 4755 ${DESTDIR}/usr/sbin/unix_chkpwd
|
||||
|
@ -54,7 +54,6 @@ pam-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
pam-libs_package() {
|
||||
short_desc+=" - runtime libraries"
|
||||
replaces="pam<1.1.6_3"
|
||||
|
@ -62,7 +61,6 @@ pam-libs_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
pam-userdb_package() {
|
||||
lib32disabled=yes
|
||||
short_desc="PAM module to authenticate against a db database"
|
||||
|
|
Loading…
Reference in New Issue