mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-22 09:42:25 +01:00
sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit 2d17a877ee825ac531fbe25eed32e71ae50e01fc. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
0e6a1dbce9
commit
a5a8d79977
@ -3,9 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
inherit waf-utils multilib-minimal python-single-r1
|
||||
inherit flag-o-matic waf-utils multilib-minimal python-single-r1
|
||||
|
||||
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[@]}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user