pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/samba
Module Name: pkgsrc
Committed By: maya
Date: Tue Jan 16 07:48:47 UTC 2018
Modified Files:
pkgsrc/net/samba: options.mk
Log Message:
samba: force fail pam configure if the option is disabled.
It auto-detects existing PAM.
>From Harold Gutch in PR pkg/52927
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/samba/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/samba/options.mk
diff -u pkgsrc/net/samba/options.mk:1.38 pkgsrc/net/samba/options.mk:1.39
--- pkgsrc/net/samba/options.mk:1.38 Sun Nov 12 15:36:58 2017
+++ pkgsrc/net/samba/options.mk Tue Jan 16 07:48:47 2018
@@ -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 @@ samba-pam-smbpass-install:
${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