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: Tue, 22 Aug 2017 15:52:12
Message-Id: 1503417118.a8cc9e4c6054a80d323bd49ab8942914b9a3fe23.mgorny@gentoo
1 commit: a8cc9e4c6054a80d323bd49ab8942914b9a3fe23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 22 15:26:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 15:51:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cc9e4c
7
8 sys-libs/compiler-rt: Disable building libFuzzer
9
10 Explicitly disable building libFuzzer now that it has been moved to
11 compiler-rt. This package is meant to provide the builtins library
12 only, and libFuzzer belongs in sys-libs/compiler-rt-sanitizers.
13
14 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
18 index d9b46b7ebc1..4d0626314c2 100644
19 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
20 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
21 @@ -74,6 +74,7 @@ src_configure() {
22 -DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
23
24 -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
25 + -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
26 -DCOMPILER_RT_BUILD_SANITIZERS=OFF
27 -DCOMPILER_RT_BUILD_XRAY=OFF
28 )