Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: Fix ads suggested option.
details: https://anonhg.NetBSD.org/pkgsrc/rev/496f4e6b06e6
branches: trunk
changeset: 432870:496f4e6b06e6
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue May 26 12:22:57 2020 +0000
description:
samba4: Fix ads suggested option.
This is enabled later for suitable platforms, so adding it here either made
that test completely pointless, or added the option twice.
diffstat:
net/samba4/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 24a37999d0e9 -r 496f4e6b06e6 net/samba4/options.mk
--- a/net/samba4/options.mk Tue May 26 12:16:37 2020 +0000
+++ b/net/samba4/options.mk Tue May 26 12:22:57 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.9 2020/03/08 12:39:27 tnn Exp $
+# $NetBSD: options.mk,v 1.10 2020/05/26 12:22:57 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.samba4
PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
-PKG_SUGGESTED_OPTIONS= ads avahi ldap pam winbind
+PKG_SUGGESTED_OPTIONS= avahi ldap pam winbind
.include "../../mk/bsd.fast.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index