git: 447def6dd2c2 - main - www/chromium: fix build on aarch64 (RPI4)
Rene Ladan
rene at FreeBSD.org
Wed Sep 1 10:27:19 UTC 2021
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=447def6dd2c2dd4eb908b4e41ec607e34280bf6c
commit 447def6dd2c2dd4eb908b4e41ec607e34280bf6c
Author: Bob Prohaska <fbsd at www.zefox.net>
AuthorDate: 2021-09-01 10:08:16 +0000
Commit: Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-09-01 10:09:24 +0000
www/chromium: fix build on aarch64 (RPI4)
... by respecting LTO_VARS=off and exlcuding LTO from aarch64
PR: 257468
MFH: 2021Q3
---
www/chromium/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 2613b70a6fe3..e4bceb5b49d1 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -134,6 +134,7 @@ SUB_LIST+= COMMENT="${COMMENT}"
OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS LTO TEST
OPTIONS_DEFAULT= CODECS CUPS DRIVER KERBEROS SNDIO
+OPTIONS_EXCLUDE_aarch64=LTO
OPTIONS_GROUP= AUDIO
OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO SNDIO
OPTIONS_RADIO= KERBEROS
@@ -182,6 +183,7 @@ KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false
LTO_VARS= GN_ARGS+=use_thin_lto=true \
GN_ARGS+=thin_lto_enable_optimizations=true \
WANTSPACE="14 GB"
+LTO_VARS_OFF= GN_ARGS+=use_thin_lto=false
MIT_LIB_DEPENDS= libkrb.so.3:security/krb5
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
More information about the dev-commits-ports-all
mailing list