mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-16 18:01:09 +02:00
sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit 8190e6100462701a078de13dec2c606be3323a27. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
4736fd8f3b
commit
1f023eb166
@ -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="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 \
|
||||
|
@ -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="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