Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2022 20:50:17 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c232e6080974 - main - www/firefox: disable LTO on powerpc64le
Message-ID:  <202203062050.226KoHAH022481@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c232e6080974541f0e18d842e5c3d68657df2858

commit c232e6080974541f0e18d842e5c3d68657df2858
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-03-06 20:47:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-03-06 20:47:43 +0000

    www/firefox: disable LTO on powerpc64le
    
    Disable for now to fix runtime. Firefox segfaults at startup with LTO.
---
 www/firefox/Makefile.options | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options
index 787ffd580ecc..a277e8f44d1e 100644
--- a/www/firefox/Makefile.options
+++ b/www/firefox/Makefile.options
@@ -7,7 +7,6 @@ OPTIONS_DEFAULT+=	DBUS FFMPEG OPTIMIZED_CFLAGS PROFILE \
 			${OPTIONS_GROUP_AUDIO:NALSA}
 OPTIONS_DEFAULT_aarch64+=	LTO
 OPTIONS_DEFAULT_amd64+=	LTO
-OPTIONS_DEFAULT_powerpc64le+=	LTO
 
 OPTIONS_GROUP+=		AUDIO
 OPTIONS_GROUP_AUDIO=	ALSA JACK PULSEAUDIO SNDIO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203062050.226KoHAH022481>