mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit 8ae193c0705d6114f392e6757975731c828d0d18.
This commit is contained in:
parent
d24de16a07
commit
41ad01fd91
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user