summaryrefslogtreecommitdiff
path: root/security/pam-mysql
diff options
context:
space:
mode:
authorobache <obache>2007-05-25 07:30:49 +0000
committerobache <obache>2007-05-25 07:30:49 +0000
commitb70b482a87090bb2b756b53c5ded9a2d0928428f (patch)
treee7e71e5745b12c8b227bd75acd5a2f1f6711b873 /security/pam-mysql
parentfec20a727259d9c74c0f81a336f280753d7a26ed (diff)
downloadpkgsrc-b70b482a87090bb2b756b53c5ded9a2d0928428f.tar.gz
Pass PAM location to configure script.
Pointed out in PR 36386 by Ondrej Tuma.
Diffstat (limited to 'security/pam-mysql')
-rw-r--r--security/pam-mysql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile
index 732cf819404..2bca5a219c4 100644
--- a/security/pam-mysql/Makefile
+++ b/security/pam-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/05/16 14:34:44 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2007/05/25 07:30:49 obache Exp $
DISTNAME= pam_mysql-0.7RC1
PKGNAME= ${DISTNAME:S/_/-/:S/RC/rc/}
@@ -17,6 +17,7 @@ USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client:Q}
CONFIGURE_ARGS+= --with-pam-mods-dir=${PREFIX:Q}/lib/security
+CONFIGURE_ARGS+= --with-pam=${PAMBASE:Q}
CONFIGURE_ARGS+= --disable-static
post-install: