sys-apps/acl: Sync with Gentoo

It's from Gentoo commit cbe5f72aff1caa32b1cabb7cbdab4ff6c7bb0182.
This commit is contained in:
Flatcar Buildbot 2023-07-03 07:17:53 +00:00 committed by Krzesimir Nowak
parent 5244498cfb
commit 1cd4780a85
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
@ -30,7 +30,7 @@ src_prepare() {
multilib_src_configure() { multilib_src_configure() {
# Filter out -flto flags as they break getfacl/setfacl binaries # Filter out -flto flags as they break getfacl/setfacl binaries
# bug #667372 # bug #667372
filter-flags -flto* filter-lto
# Broken with FORTIFY_SOURCE=3 # Broken with FORTIFY_SOURCE=3
# Our toolchain sets F_S=2 by default w/ >= -O2, so we need # Our toolchain sets F_S=2 by default w/ >= -O2, so we need

View File

@ -34,7 +34,7 @@ src_prepare() {
multilib_src_configure() { multilib_src_configure() {
# Filter out -flto flags as they break getfacl/setfacl binaries # Filter out -flto flags as they break getfacl/setfacl binaries
# bug #667372 # bug #667372
filter-flags -flto* filter-lto
# Broken with FORTIFY_SOURCE=3 # Broken with FORTIFY_SOURCE=3
# Our toolchain sets F_S=2 by default w/ >= -O2, so we need # Our toolchain sets F_S=2 by default w/ >= -O2, so we need

View File

@ -34,7 +34,7 @@ src_prepare() {
multilib_src_configure() { multilib_src_configure() {
# Filter out -flto flags as they break getfacl/setfacl binaries # Filter out -flto flags as they break getfacl/setfacl binaries
# bug #667372 # bug #667372
filter-flags -flto* filter-lto
local myeconfargs=( local myeconfargs=(
--bindir="${EPREFIX}"/bin --bindir="${EPREFIX}"/bin