pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-mysql Pass PAM location to configure script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa51f209623f
branches:  trunk
changeset: 529114:aa51f209623f
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 25 07:30:49 2007 +0000

description:
Pass PAM location to configure script.
Pointed out in PR 36386 by Ondrej Tuma.

diffstat:

 security/pam-mysql/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0f43993b130d -r aa51f209623f security/pam-mysql/Makefile
--- a/security/pam-mysql/Makefile       Fri May 25 05:16:41 2007 +0000
+++ b/security/pam-mysql/Makefile       Fri May 25 07:30:49 2007 +0000
@@ -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 @@
 
 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:



Home | Main Index | Thread Index | Old Index