pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/yaws Add missing PAM buildlink, and tell configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3c62a69732d
branches:  trunk
changeset: 601372:f3c62a69732d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Mar 20 16:25:51 2012 +0000

description:
Add missing PAM buildlink, and tell configure script where to find it.
Otherwise only builds with native PAM.

diffstat:

 www/yaws/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e65c87460d55 -r f3c62a69732d www/yaws/Makefile
--- a/www/yaws/Makefile Tue Mar 20 15:31:14 2012 +0000
+++ b/www/yaws/Makefile Tue Mar 20 16:25:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/02/02 09:55:25 hans Exp $
+# $NetBSD: Makefile,v 1.3 2012/03/20 16:25:51 dholland Exp $
 #
 
 DISTNAME=              yaws-1.91
@@ -20,6 +20,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}/yaws
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+CONFIGURE_ARGS+=       --with-extrainclude=${PAMBASE}/include/security
 
 EGDIR=                 ${PREFIX}/share/examples/yaws
 CONF_FILES=            ${EGDIR}/yaws.conf ${PKG_SYSCONFDIR}/yaws/yaws.conf
@@ -73,4 +74,5 @@
        ${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}/yaws
 
 .include "../../lang/erlang/buildlink3.mk"
+.include "../../mk/pam.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index