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 | e386fd4f662a6b518e60d02da7cb8517c1c2313c (patch) | |
tree | cd667208d474d4d6f60e6190897885b9fd69f22b /security | |
parent | fe065ac54ad822a8500e90c3a2d61413af928065 (diff) | |
download | pkgsrc-e386fd4f662a6b518e60d02da7cb8517c1c2313c.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 |