Date: Thu, 28 Jul 2022 05:24:55 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7be2fec463ba - main - devel/google-perftools: Fix build on aarch64 Message-ID: <202207280524.26S5Otxg085407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7be2fec463baa1b714b9280c2a2f2e98c159799b commit 7be2fec463baa1b714b9280c2a2f2e98c159799b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-28 05:23:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-28 05:23:59 +0000 devel/google-perftools: Fix build on aarch64 'profiler' option fails to initialize Reported by: fallout --- devel/google-perftools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index e7cd99bc1145..ac25a1c3b919 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -29,7 +29,7 @@ OPTIONS_SINGLE= PAGESIZE ALIGN OPTIONS_SINGLE_ALIGN= ALIGN8 ALIGN16 OPTIONS_SINGLE_PAGESIZE= PAGE8K PAGE32K PAGE64K OPTIONS_DEFAULT= PAGE8K ALIGN16 -OPTIONS_DEFAULT_aarch64= PROFILER +OPTIONS_DEFAULT_aarch64= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler, see https://github.com/gperftools/gperftools/issues/1362 OPTIONS_DEFAULT_amd64= PROFILER OPTIONS_DEFAULT_armv6= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler. OPTIONS_DEFAULT_armv7= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207280524.26S5Otxg085407>