diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-30 07:37:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-30 07:37:22 +0000 |
commit | 96ca848f14441e49108888a1e24d4ef0e484b156 (patch) | |
tree | 614bfb6cdd58ded7100545e0b2ed8f91d2d862e1 /x11 | |
parent | b030b8b01caef2b516c7878ce9bda222b5cad199 (diff) | |
download | pkgsrc-96ca848f14441e49108888a1e24d4ef0e484b156.tar.gz |
make PAM without the suid_helper work on NetBSD: without the bad-pam
option it will give up root credentials too early
addresses PR pkg/46271 by John D. Baker
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index daa70332e1c..c229db9b3e5 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.64 2012/03/28 20:21:46 drochner Exp $ +# $NetBSD: Makefile.common,v 1.65 2012/03/30 07:37:22 drochner Exp $ # # This Makefile.common is included by: # @@ -84,7 +84,7 @@ CONFIGURE_ARGS+= --disable-allow-root .if !empty(PKG_OPTIONS:Mpam) . include "../../mk/pam.buildlink3.mk" -CONFIGURE_ARGS+= --enable-pam +CONFIGURE_ARGS+= --enable-pam --enable-bad-pam .else CONFIGURE_ARGS+= --disable-pam .endif |