mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
www-client/firefox: 132: fix LTO check on USE=pgo path
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
@@ -472,7 +472,7 @@ pkg_setup() {
|
||||
fi
|
||||
|
||||
if use pgo ; then
|
||||
if [[ ${use_lto} == "yes" ]]; then
|
||||
if [[ ${use_lto} == "no" ]]; then
|
||||
eerror "Building ${PN} with USE=pgo requires LTO!"
|
||||
die "Please fix your CFLAGS/CXXFLAGS."
|
||||
fi
|
||||
|
||||
@@ -470,7 +470,7 @@ pkg_setup() {
|
||||
fi
|
||||
|
||||
if use pgo ; then
|
||||
if [[ ${use_lto} == "yes" ]]; then
|
||||
if [[ ${use_lto} == "no" ]]; then
|
||||
eerror "Building ${PN} with USE=pgo requires LTO!"
|
||||
die "Please fix your CFLAGS/CXXFLAGS."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user