[arch-commits] Commit in pam/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Feb 6 20:42:14 UTC 2014


    Date: Thursday, February 6, 2014 @ 21:42:14
  Author: andyrtr
Revision: 205537

upgpkg: pam 1.1.8-3

drop support for BerkeleyDB

Modified:
  pam/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 20:16:16 UTC (rev 205536)
+++ PKGBUILD	2014-02-06 20:42:14 UTC (rev 205537)
@@ -4,12 +4,12 @@
 
 pkgname=pam
 pkgver=1.1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('i686' 'x86_64')
 license=('GPL2')
-url="http://www.kernel.org/pub/linux/libs/pam/"
-depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
+url="http://linux-pam.org"
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
 makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
 backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/default/passwd etc/environment)
 source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
@@ -23,7 +23,7 @@
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
   make
 
   cd $srcdir/pam_unix2-2.9.1




More information about the arch-commits mailing list