summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2024-10-14 12:52:46 -0500
committerBen Kohler <bkohler@gentoo.org>2024-10-14 13:39:09 -0500
commit5e3d3b213f6b911560471739bf5d47815061ea4c (patch)
treec81eba08a827bc4dee885a376e559ec347704c5a /net-fs
parentnet-fs/samba: block on ldb since it's bundled now (diff)
downloadgentoo-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.ebuild1
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
)