pam: rebuild to have corrected shlib-provides; lib32disabled=yes.
This commit is contained in:
parent
5fb36b4b20
commit
275cb64987
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pam'
|
||||
pkgname=pam
|
||||
version=1.1.8
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Linux-PAM-$version"
|
||||
build_style=gnu-configure
|
||||
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin --docdir=/usr/share/doc/pam --disable-nis"
|
||||
|
@ -19,6 +19,7 @@ conf_files="
|
|||
makedirs="
|
||||
/etc/security/limits.d 0755 root root
|
||||
/etc/security/namespace.d 0755 root root"
|
||||
lib32disabled=yes
|
||||
short_desc="A flexible mechanism for authenticating users"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/libs/pam/"
|
||||
|
@ -62,6 +63,7 @@ pam-libs_package() {
|
|||
}
|
||||
|
||||
pam-userdb_package() {
|
||||
lib32disabled=yes
|
||||
short_desc="PAM module to authenticate against a db database"
|
||||
pkg_install() {
|
||||
vmove usr/lib/security/pam_userdb.so
|
||||
|
|
Loading…
Reference in a new issue