sys-libs/ldb: Sync with Gentoo

It's from Gentoo commit 583991dab5c4e58cb86543099bcdf8f1fae2f684.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-15 07:11:24 +00:00 committed by Krzesimir Nowak
parent ef27dad146
commit d5065a1474

View File

@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
inherit python-single-r1 waf-utils multilib-minimal
inherit python-single-r1 waf-utils multilib-minimal flag-o-matic
DESCRIPTION="LDAP-like embedded database"
HOMEPAGE="https://ldb.samba.org"
@ -134,6 +134,8 @@ multilib_src_configure() {
myconf+=( --disable-python )
fi
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 915199
waf-utils_src_configure "${myconf[@]}"
}