Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Fri, 29 Jan 2021 21:58:49
Message-Id: 1611957518.8565412ff78e49e3e797c0733fb42a8ff7964bc3.mgorny@gentoo
1 commit: 8565412ff78e49e3e797c0733fb42a8ff7964bc3
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Jan 29 07:41:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 21:58:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8565412f
7
8 sys-libs/compiler-rt: don't build memory profilers
9
10 Closes: https://bugs.gentoo.org/767811
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild | 1 +
16 sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild | 1 +
17 sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild | 1 +
18 3 files changed, 3 insertions(+)
19
20 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
21 index 07412646ab2..bdd3598e804 100644
22 --- a/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild
23 +++ b/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild
24 @@ -85,6 +85,7 @@ src_configure() {
25
26 -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
27 -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
28 + -DCOMPILER_RT_BUILD_MEMPROF=OFF
29 -DCOMPILER_RT_BUILD_PROFILE=OFF
30 -DCOMPILER_RT_BUILD_SANITIZERS=OFF
31 -DCOMPILER_RT_BUILD_XRAY=OFF
32
33 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
34 index 07412646ab2..bdd3598e804 100644
35 --- a/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild
36 +++ b/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild
37 @@ -85,6 +85,7 @@ src_configure() {
38
39 -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
40 -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
41 + -DCOMPILER_RT_BUILD_MEMPROF=OFF
42 -DCOMPILER_RT_BUILD_PROFILE=OFF
43 -DCOMPILER_RT_BUILD_SANITIZERS=OFF
44 -DCOMPILER_RT_BUILD_XRAY=OFF
45
46 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
47 index 07412646ab2..bdd3598e804 100644
48 --- a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
49 +++ b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
50 @@ -85,6 +85,7 @@ src_configure() {
51
52 -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
53 -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
54 + -DCOMPILER_RT_BUILD_MEMPROF=OFF
55 -DCOMPILER_RT_BUILD_PROFILE=OFF
56 -DCOMPILER_RT_BUILD_SANITIZERS=OFF
57 -DCOMPILER_RT_BUILD_XRAY=OFF