diff options
Diffstat (limited to 'net-fs/samba/samba-4.3.4.ebuild')
-rw-r--r-- | net-fs/samba/samba-4.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.3.4.ebuild b/net-fs/samba/samba-4.3.4.ebuild index d6161bf1b09e..e8edaf882944 100644 --- a/net-fs/samba/samba-4.3.4.ebuild +++ b/net-fs/samba/samba-4.3.4.ebuild @@ -62,7 +62,7 @@ CDEPEND="${PYTHON_DEPS} fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= )" @@ -173,7 +173,7 @@ multilib_src_configure() { --without-fam --disable-gnutls --disable-iprint - --without-ldap + $(use_with ldap) --without-pam --without-pam_smbpass --without-quotas |