dev-libs/libbsd: Sync with Gentoo

It's from Gentoo commit 8ae193c0705d6114f392e6757975731c828d0d18.
This commit is contained in:
Flatcar Buildbot 2023-10-30 07:10:24 +00:00 committed by Krzesimir Nowak
parent d24de16a07
commit 41ad01fd91

View File

@ -4,7 +4,7 @@
EAPI=8
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/guillemjover.asc
inherit autotools multilib multilib-minimal verify-sig
inherit autotools multilib multilib-minimal verify-sig flag-o-matic
DESCRIPTION="Library to provide useful functions commonly found on BSD systems"
HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
@ -35,6 +35,9 @@ src_prepare() {
}
multilib_src_configure() {
# bug 911726, https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/26
filter-flags -fno-semantic-interposition
# The build system will install libbsd-ctor.a despite USE="-static-libs"
# which is correct, see:
# https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8