summaryrefslogtreecommitdiff
path: root/community/pam_mysql
diff options
context:
space:
mode:
Diffstat (limited to 'community/pam_mysql')
-rw-r--r--community/pam_mysql/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD
index 5f1539ad9..6d46854a7 100644
--- a/community/pam_mysql/PKGBUILD
+++ b/community/pam_mysql/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 42238 2011-03-15 20:26:27Z svenstaro $
+# $Id: PKGBUILD 44499 2011-04-07 20:43:51Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arjan Timmerman<arjan@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=pam_mysql
pkgver=0.7RC1
-pkgrel=3
+pkgrel=4
pkgdesc="A PAM module to authenticate users against mysql."
arch=(i686 x86_64)
license=('GPL')
@@ -17,6 +17,7 @@ options=(!libtool)
build() {
cd $srcdir/$pkgname-$pkgver
+ sed -i 's/pam_mysql_la_LIBADD = /pam_mysql_la_LIBADD = -lpam/g' Makefile.in
./configure --prefix=/usr
make
}