diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-28 11:10:21 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-28 11:10:21 +0100 |
commit | 16489c03f3f13228dddda3e442a3b5b6d6da892e (patch) | |
tree | 2f4edf8428031b27e7cc2018258d77206e62f3e4 /net-fs | |
parent | media-sound/paprefs: Bump to version 1.1 (diff) | |
download | gentoo-16489c03f3f13228dddda3e442a3b5b6d6da892e.tar.gz gentoo-16489c03f3f13228dddda3e442a3b5b6d6da892e.tar.bz2 gentoo-16489c03f3f13228dddda3e442a3b5b6d6da892e.zip |
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@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.9.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild index 894547a6d787..778ff1fd3f45 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) |