commit: a8cc9e4c6054a80d323bd49ab8942914b9a3fe23
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 15:26:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 15:51:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cc9e4c
sys-libs/compiler-rt: Disable building libFuzzer
Explicitly disable building libFuzzer now that it has been moved to
compiler-rt. This package is meant to provide the builtins library
only, and libFuzzer belongs in sys-libs/compiler-rt-sanitizers.
sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index d9b46b7ebc1..4d0626314c2 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@ -74,6 +74,7 @@ src_configure() {
-DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
-DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
+ -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
-DCOMPILER_RT_BUILD_SANITIZERS=OFF
-DCOMPILER_RT_BUILD_XRAY=OFF
)