diff options
author | nia <nia@pkgsrc.org> | 2021-07-12 22:30:44 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-07-12 22:30:44 +0000 |
commit | e44b66a611a92d28e9d85b765a9bb202d2fbdb40 (patch) | |
tree | 36a472b042aa3ca0afd3efa7a0af4274eeed4191 /net | |
parent | 841f87c1594e575ac604fa85c02ba78193673e7b (diff) | |
download | pkgsrc-e44b66a611a92d28e9d85b765a9bb202d2fbdb40.tar.gz |
samba4: "Building --without-ads requires also building --without-ad-dc."
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 ### |