summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-24 23:40:15 +0100
committerSam James <sam@gentoo.org>2022-05-24 23:40:25 +0100
commita78d96a1f00a35bf44e820c7c402741a92d34468 (patch)
treec3ecd57290f01e1191fd9bda50470d8eaa7f2855 /sys-apps/acl
parentsys-apps/systemd: add 251.1 (diff)
downloadgentoo-a78d96a1f00a35bf44e820c7c402741a92d34468.tar.gz
gentoo-a78d96a1f00a35bf44e820c7c402741a92d34468.tar.bz2
gentoo-a78d96a1f00a35bf44e820c7c402741a92d34468.zip
sys-apps/acl: filter-flags for F_S=3
Bug: https://bugs.gentoo.org/847280 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/acl-2.3.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/acl/acl-2.3.1-r1.ebuild b/sys-apps/acl/acl-2.3.1-r1.ebuild
index d08cc9068341..acc9d09b23fd 100644
--- a/sys-apps/acl/acl-2.3.1-r1.ebuild
+++ b/sys-apps/acl/acl-2.3.1-r1.ebuild
@@ -45,7 +45,8 @@ multilib_src_configure() {
if is-flagq '-O[23]' || is-flagq '-Ofast' ; then
# We can't unconditionally do this b/c we fortify needs
# some level of optimisation.
- append-flags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
+ filter-flags -D_FORTIFY_SOURCE=3
+ append-cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
fi
local myeconfargs=(