sys-libs/tdb: Sync with Gentoo

It's from Gentoo commit ff7e542ec0fc8c1a21c3ddb3e53fb3adb5b8ae55.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-15 07:11:28 +00:00 committed by Krzesimir Nowak
parent 0c7ca408ac
commit 4736fd8f3b
2 changed files with 6 additions and 2 deletions

View File

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

View File

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