projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d2641
)
www-client/firefox: Disable PGO when GCC is used due to startup crash
author
Thomas Deutschmann
<whissi@gentoo.org>
Tue, 3 Dec 2019 12:48:47 +0000
(13:48 +0100)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Tue, 3 Dec 2019 12:48:47 +0000
(13:48 +0100)
Bug: https://bugs.gentoo.org/701866
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-client/firefox/firefox-71.0.ebuild
patch
|
blob
|
history
diff --git
a/www-client/firefox/firefox-71.0.ebuild
b/www-client/firefox/firefox-71.0.ebuild
index 21f0e548118e08e0e4841b0a1619539ae62d65e6..889b6dec68a4cc0abe20091d94e2c5bdd93b7f7f 100644
(file)
--- a/
www-client/firefox/firefox-71.0.ebuild
+++ b/
www-client/firefox/firefox-71.0.ebuild
@@
-220,6
+220,10
@@
pkg_setup() {
if ! has usersandbox $FEATURES ; then
die "You must enable usersandbox as X server can not run as root!"
fi
+
+ if ! use clang ; then
+ die "Using GCC and PGO is currently broken!"
+ fi
fi
# Avoid PGO profiling problems due to enviroment leakage