From e44b66a611a92d28e9d85b765a9bb202d2fbdb40 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 12 Jul 2021 22:30:44 +0000 Subject: samba4: "Building --without-ads requires also building --without-ad-dc." --- net/samba4/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/samba4/options.mk b/net/samba4/options.mk index 8bebc438399..8608d221cfc 100644 --- a/net/samba4/options.mk +++ b/net/samba4/options.mk @@ -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 ### -- cgit v1.2.3