pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul 12 22:30:44 UTC 2021

Modified Files:
        pkgsrc/net/samba4: options.mk

Log Message:
samba4: "Building --without-ads requires also building --without-ad-dc."


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/samba4/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/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.15 pkgsrc/net/samba4/options.mk:1.16
--- pkgsrc/net/samba4/options.mk:1.15   Wed Jun  2 20:05:20 2021
+++ pkgsrc/net/samba4/options.mk        Mon Jul 12 22:30:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2021/06/02 20:05:20 nia Exp $
+# $NetBSD: options.mk,v 1.16 2021/07/12 22:30:44 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba4
 PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
@@ -41,6 +41,7 @@ CONFIGURE_ARGS+=      --with-ads
 PLIST.ads=             yes
 .else
 CONFIGURE_ARGS+=       --without-ads
+CONFIGURE_ARGS+=       --without-ad-dc
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index