mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
sys-apps/acl: Sync with Gentoo
It's from Gentoo commit cbe5f72aff1caa32b1cabb7cbdab4ff6c7bb0182.
This commit is contained in:
parent
5244498cfb
commit
1cd4780a85
@ -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
|
||||
|
||||
EAPI=7
|
||||
@ -30,7 +30,7 @@ src_prepare() {
|
||||
multilib_src_configure() {
|
||||
# Filter out -flto flags as they break getfacl/setfacl binaries
|
||||
# bug #667372
|
||||
filter-flags -flto*
|
||||
filter-lto
|
||||
|
||||
# Broken with FORTIFY_SOURCE=3
|
||||
# Our toolchain sets F_S=2 by default w/ >= -O2, so we need
|
||||
|
@ -34,7 +34,7 @@ src_prepare() {
|
||||
multilib_src_configure() {
|
||||
# Filter out -flto flags as they break getfacl/setfacl binaries
|
||||
# bug #667372
|
||||
filter-flags -flto*
|
||||
filter-lto
|
||||
|
||||
# Broken with FORTIFY_SOURCE=3
|
||||
# Our toolchain sets F_S=2 by default w/ >= -O2, so we need
|
||||
|
@ -34,7 +34,7 @@ src_prepare() {
|
||||
multilib_src_configure() {
|
||||
# Filter out -flto flags as they break getfacl/setfacl binaries
|
||||
# bug #667372
|
||||
filter-flags -flto*
|
||||
filter-lto
|
||||
|
||||
local myeconfargs=(
|
||||
--bindir="${EPREFIX}"/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user