diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-03 13:48:47 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-03 13:48:47 +0100 |
commit | 22503797645e16dc5f82bf2233d1c7e5dc407c7e (patch) | |
tree | 236a9b91c86866bf05e5bfb96c09c93943a21d1a /www-client | |
parent | dev-python/psutil: ppc64 stable wrt bug #701846 (diff) | |
download | gentoo-22503797645e16dc5f82bf2233d1c7e5dc407c7e.tar.gz gentoo-22503797645e16dc5f82bf2233d1c7e5dc407c7e.tar.bz2 gentoo-22503797645e16dc5f82bf2233d1c7e5dc407c7e.zip |
www-client/firefox: Disable PGO when GCC is used due to startup crash
Bug: https://bugs.gentoo.org/701866
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-71.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-71.0.ebuild b/www-client/firefox/firefox-71.0.ebuild index 21f0e548118e..889b6dec68a4 100644 --- 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 |