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: Mon, 02 Oct 2017 05:15:31
Message-Id: 1506921318.39fb9484619796bb6e8064e70f4fc5d0f937cddf.mgorny@gentoo
1 commit: 39fb9484619796bb6e8064e70f4fc5d0f937cddf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 05:10:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 05:15:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fb9484
7
8 sys-libs/compiler-rt: Disable building profile libs
9
10 Closes: https://bugs.gentoo.org/631588
11
12 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 index 466b41fb3ce..3f8cb77ef77 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
19 @@ -75,6 +75,7 @@ src_configure() {
20
21 -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
22 -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
23 + -DCOMPILER_RT_BUILD_PROFILE=OFF
24 -DCOMPILER_RT_BUILD_SANITIZERS=OFF
25 -DCOMPILER_RT_BUILD_XRAY=OFF
26 )