Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Mon, 28 Jan 2019 19:36:55
Message-Id: 1548670221.16489c03f3f13228dddda3e442a3b5b6d6da892e.polynomial-c@gentoo
1 commit: 16489c03f3f13228dddda3e442a3b5b6d6da892e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 10:10:21 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 10:10:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16489c03
7
8 net-fs/samba: Fixed build with USE="addc system-mitkrb5"
9
10 Closes: https://bugs.gentoo.org/672314
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-fs/samba/samba-4.9.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild
18 index 894547a6d78..778ff1fd3f4 100644
19 --- a/net-fs/samba/samba-4.9.4-r1.ebuild
20 +++ b/net-fs/samba/samba-4.9.4-r1.ebuild
21 @@ -214,7 +214,7 @@ multilib_src_configure() {
22 $(multilib_native_usex python '' '--disable-python')
23 $(multilib_native_use_enable zeroconf avahi)
24 $(multilib_native_usex test '--enable-selftest' '')
25 - $(usex system-mitkrb5 '--with-system-mitkrb5' '')
26 + $(usex system-mitkrb5 "--with-system-mitkrb5 $(multilib_native_usex addc --with-experimental-mit-ad-dc '')" '')
27 $(use_enable gnutls)
28 $(use_with debug lttng)
29 $(use_with ldap)