pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openpam This package dlopen()s loadable modul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bcd5d82b837
branches:  trunk
changeset: 487410:9bcd5d82b837
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jan 13 21:54:22 2005 +0000

description:
This package dlopen()s loadable modules, so include dlopen.buildlink3.mk
to do the right thing on NetBSD-2.0.

diffstat:

 security/openpam/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ca3a00c30f64 -r 9bcd5d82b837 security/openpam/Makefile
--- a/security/openpam/Makefile Thu Jan 13 21:52:26 2005 +0000
+++ b/security/openpam/Makefile Thu Jan 13 21:54:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/13 21:51:08 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/13 21:54:22 jlam Exp $
 
 DISTNAME=      openpam-20040210
 CATEGORIES=    security
@@ -18,6 +18,8 @@
 CONFIGURE_ARGS+=       --with-pam-unix
 CONFIGURE_ARGS+=       --with-modules-dir=${PREFIX}/lib/security
 
+.include "../../mk/dlopen.buildlink3.mk"
+
 # Create a fake perl binary to avoid recreating the man pages.
 post-tools:
        ${RM} -f ${TOOLS_DIR}/bin/perl



Home | Main Index | Thread Index | Old Index