mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-27 02:21:37 +01:00
sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit de09050c4aac94f373b6e2354990bbc6566ac01c.
This commit is contained in:
parent
8d77472e5e
commit
45408192cf
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user