pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: "Building --without-ads requires al...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18ec523ed189
branches:  trunk
changeset: 455834:18ec523ed189
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 12 22:30:44 2021 +0000

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

diffstat:

 net/samba4/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c830b491870 -r 18ec523ed189 net/samba4/options.mk
--- a/net/samba4/options.mk     Mon Jul 12 21:32:55 2021 +0000
+++ b/net/samba4/options.mk     Mon Jul 12 22:30:44 2021 +0000
@@ -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
 
 ###



Home | Main Index | Thread Index | Old Index