summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authordrochner <drochner>2012-03-30 07:37:22 +0000
committerdrochner <drochner>2012-03-30 07:37:22 +0000
commit6247f977b579a89949be0a6d916040abf972039a (patch)
tree614bfb6cdd58ded7100545e0b2ed8f91d2d862e1 /x11/xlockmore
parentb3dc4cca486c988586bf8a35a6aeea6136785f2b (diff)
downloadpkgsrc-6247f977b579a89949be0a6d916040abf972039a.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/xlockmore')
-rw-r--r--x11/xlockmore/Makefile.common4
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