commit: 8565412ff78e49e3e797c0733fb42a8ff7964bc3 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Fri Jan 29 07:41:00 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 29 21:58:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8565412f
sys-libs/compiler-rt: don't build memory profilers Closes: https://bugs.gentoo.org/767811 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild | 1 + sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild | 1 + sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild index 07412646ab2..bdd3598e804 100644 --- a/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild @@ -85,6 +85,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild b/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild index 07412646ab2..bdd3598e804 100644 --- a/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild @@ -85,6 +85,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild index 07412646ab2..bdd3598e804 100644 --- a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild @@ -85,6 +85,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF
