Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2026 18:45:49 +0000
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edf93ee4b5a2 - main - www/nginx-full: disable google-perftools on aarch64 to fix build
Message-ID:  <6a0223dd.46c63.1dc702bb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ronald:

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

commit edf93ee4b5a2c1c420c1ff7924a5bcb9a4c7cc3d
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-04-28 11:42:53 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-05-11 18:45:46 +0000

    www/nginx-full: disable google-perftools on aarch64 to fix build
    
    devel/google-perftools has been broken on aarch64 for a long time
    
    PR:     294841
    Approved-by:    maintainer timeout (joneum@)
---
 www/nginx-full/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/nginx-full/Makefile b/www/nginx-full/Makefile
index 12cdc6c3156d..1616fd31d4ee 100644
--- a/www/nginx-full/Makefile
+++ b/www/nginx-full/Makefile
@@ -41,4 +41,6 @@ OPTIONS_DEFAULT=DSO DEBUG DEBUGLOG FILE_AIO GOOGLE_PERFTOOLS \
 OPTIONS_DEFAULT+=	GSSAPI_MIT
 .endif
 
+OPTIONS_EXCLUDE_aarch64=GOOGLE_PERFTOOLS # devel/google-perftools does not build on aarch64
+
 .include "${MASTERDIR}/Makefile"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0223dd.46c63.1dc702bb>