commit: 16489c03f3f13228dddda3e442a3b5b6d6da892e Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Jan 28 10:10:21 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Jan 28 10:10:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16489c03
net-fs/samba: Fixed build with USE="addc system-mitkrb5" Closes: https://bugs.gentoo.org/672314 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> net-fs/samba/samba-4.9.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild index 894547a6d78..778ff1fd3f4 100644 --- a/net-fs/samba/samba-4.9.4-r1.ebuild +++ b/net-fs/samba/samba-4.9.4-r1.ebuild @@ -214,7 +214,7 @@ multilib_src_configure() { $(multilib_native_usex python '' '--disable-python') $(multilib_native_use_enable zeroconf avahi) $(multilib_native_usex test '--enable-selftest' '') - $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(usex system-mitkrb5 "--with-system-mitkrb5 $(multilib_native_usex addc --with-experimental-mit-ad-dc '')" '') $(use_enable gnutls) $(use_with debug lttng) $(use_with ldap)