mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit d6d8ec3fac56699b9320c3e0a06e37d698eb0222. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
a5a8d79977
commit
9534069086
@ -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="Samba tevent library"
|
||||
HOMEPAGE="https://tevent.samba.org/"
|
||||
@ -78,6 +78,8 @@ multilib_src_configure() {
|
||||
bundled_libs="cmocka,${bundled_libs}"
|
||||
fi
|
||||
|
||||
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 915198
|
||||
|
||||
waf-utils_src_configure \
|
||||
--libdir="${EPREFIX}/usr/$(get_libdir)" \
|
||||
--disable-dependency-tracking \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user