commit: 5e3d3b213f6b911560471739bf5d47815061ea4c Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Mon Oct 14 17:52:46 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Mon Oct 14 18:39:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3d3b21
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 <AT> gentoo.org> net-fs/samba/samba-4.21.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 )
