sys-libs/libselinux: Sync with Gentoo

It's from Gentoo commit de09050c4aac94f373b6e2354990bbc6566ac01c.
This commit is contained in:
Flatcar Buildbot 2024-03-11 07:17:25 +00:00 committed by Krzesimir Nowak
parent 8d77472e5e
commit 45408192cf
3 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{10..12} )
USE_RUBY="ruby30 ruby31 ruby32"
# No, I am not calling ruby-ng
inherit python-r1 toolchain-funcs multilib-minimal
inherit flag-o-matic python-r1 toolchain-funcs multilib-minimal
MY_PV="${PV//_/-}"
MY_P="${PN}-${MY_PV}"
@ -55,6 +55,9 @@ src_prepare() {
multilib_src_compile() {
tc-export AR CC PKG_CONFIG RANLIB
# bug 905711
use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
local -x CFLAGS="${CFLAGS} -fno-semantic-interposition"
emake \

View File

@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{10..12} )
USE_RUBY="ruby31 ruby32 ruby33"
# No, I am not calling ruby-ng
inherit python-r1 toolchain-funcs multilib-minimal
inherit flag-o-matic python-r1 toolchain-funcs multilib-minimal
MY_PV="${PV//_/-}"
MY_P="${PN}-${MY_PV}"
@ -55,6 +55,9 @@ src_prepare() {
multilib_src_compile() {
tc-export AR CC PKG_CONFIG RANLIB
# bug 905711
use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
local -x CFLAGS="${CFLAGS} -fno-semantic-interposition"
emake \

View File

@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{10..12} )
USE_RUBY="ruby31 ruby32 ruby33"
# No, I am not calling ruby-ng
inherit python-r1 toolchain-funcs multilib-minimal
inherit flag-o-matic python-r1 toolchain-funcs multilib-minimal
MY_PV="${PV//_/-}"
MY_P="${PN}-${MY_PV}"
@ -55,6 +55,9 @@ src_prepare() {
multilib_src_compile() {
tc-export AR CC PKG_CONFIG RANLIB
# bug 905711
use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
local -x CFLAGS="${CFLAGS} -fno-semantic-interposition"
emake \