pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba samba: force fail pam configure if the optio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5da1f3296b2b
branches:  trunk
changeset: 374090:5da1f3296b2b
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Jan 16 07:48:47 2018 +0000

description:
samba: force fail pam configure if the option is disabled.
It auto-detects existing PAM.

>From Harold Gutch in PR pkg/52927

diffstat:

 net/samba/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4b2398aa05e9 -r 5da1f3296b2b net/samba/options.mk
--- a/net/samba/options.mk      Tue Jan 16 07:19:23 2018 +0000
+++ b/net/samba/options.mk      Tue Jan 16 07:48:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2017/11/12 15:36:58 khorben Exp $
+# $NetBSD: options.mk,v 1.39 2018/01/16 07:48:47 maya Exp $
 
 # Recommended package options for various setups:
 #
@@ -117,6 +117,9 @@
                ${INSTALL_DATA} $${f} \
                        ${DESTDIR}${PREFIX}/${EGDIR}/pam_smbpass/$${f}; \
        done
+.else
+CONFIGURE_ARGS+=       --without-pam
+CONFIGURE_ARGS+=       --without-pam_smbpass
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index