Mon Jul 12 22:30:44 2021 UTC ()
samba4: "Building --without-ads requires also building --without-ad-dc."


(nia)
diff -r1.15 -r1.16 pkgsrc/net/samba4/options.mk

cvs diff -r1.15 -r1.16 pkgsrc/net/samba4/options.mk (expand / switch to context diff)
--- pkgsrc/net/samba4/options.mk 2021/06/02 20:05:20 1.15
+++ pkgsrc/net/samba4/options.mk 2021/07/12 22:30:44 1.16
@@ -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 @@
 PLIST.ads=		yes
 .else
 CONFIGURE_ARGS+=	--without-ads
+CONFIGURE_ARGS+=	--without-ad-dc
 .endif
 
 ###