dev-lang/python: also match '-flto=*'

Bug: https://bugs.gentoo.org/700012
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2020-01-13 12:28:29 -05:00
parent 1f88d72330
commit bc22f76af0
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ src_configure() {
fi
# https://bugs.gentoo.org/700012
if is-flagq -flto; then
if is-flagq -flto || is-flagq '-flto=*'; then
append-cflags $(test-flags-CC -ffat-lto-objects)
fi

View File

@@ -127,7 +127,7 @@ src_configure() {
fi
# https://bugs.gentoo.org/700012
if is-flagq -flto; then
if is-flagq -flto || is-flagq '-flto=*'; then
append-cflags $(test-flags-CC -ffat-lto-objects)
fi