git: edf93ee4b5a2 - main - www/nginx-full: disable google-perftools on aarch64 to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 May 2026 18:45:49 UTC
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"