mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
sys-libs/tdb: always pass -Wl,--undefined-version if supported
Closes: https://bugs.gentoo.org/965651 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44552 Closes: https://github.com/gentoo/gentoo/pull/44552 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
d6d8ec3fac
commit
2d17a877ee
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
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