diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-10-14 12:52:46 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-10-14 13:39:09 -0500 |
commit | 5e3d3b213f6b911560471739bf5d47815061ea4c (patch) | |
tree | c81eba08a827bc4dee885a376e559ec347704c5a /net-fs | |
parent | net-fs/samba: block on ldb since it's bundled now (diff) | |
download | gentoo-5e3d3b213f6b911560471739bf5d47815061ea4c.tar.gz gentoo-5e3d3b213f6b911560471739bf5d47815061ea4c.tar.bz2 gentoo-5e3d3b213f6b911560471739bf5d47815061ea4c.zip |
net-fs/samba: install ldb shared library for sssd (and other) use
ldb is now bundled with samba but only available privately by default.
This commit makes it available as a public shared library again.
Bug: https://bugs.gentoo.org/941298
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.21.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index 645ea61888ab..702b83ed1e64 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -291,6 +291,7 @@ multilib_src_configure() { $(use_with debug lttng) $(use_with ldap) $(use_with profiling-data) + --private-libraries='!ldb' # bug #683148 --jobs 1 ) |