diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-13 21:54:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-13 21:54:22 +0000 |
commit | 09dc107010712e134b97a19aa1fa7d63de1f5e27 (patch) | |
tree | cd667208d474d4d6f60e6190897885b9fd69f22b /security | |
parent | 161c9567826d850baf885a0f98391927df73235c (diff) | |
download | pkgsrc-09dc107010712e134b97a19aa1fa7d63de1f5e27.tar.gz |
This package dlopen()s loadable modules, so include dlopen.buildlink3.mk
to do the right thing on NetBSD-2.0.
Diffstat (limited to 'security')
-rw-r--r-- | security/openpam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openpam/Makefile b/security/openpam/Makefile index 51640169190..23ce1045bde 100644 --- a/security/openpam/Makefile +++ b/security/openpam/Makefile @@ -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+= --without-pam-su 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 |