summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-22 17:26:46 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-22 17:51:58 +0200
commita8cc9e4c6054a80d323bd49ab8942914b9a3fe23 (patch)
tree5274769f5b67d0b74e8461c28ab274f510774cd0 /sys-libs/compiler-rt
parentapp-text/txt2man: version bump to 1.6.0 (diff)
downloadgentoo-a8cc9e4c6054a80d323bd49ab8942914b9a3fe23.tar.gz
gentoo-a8cc9e4c6054a80d323bd49ab8942914b9a3fe23.tar.bz2
gentoo-a8cc9e4c6054a80d323bd49ab8942914b9a3fe23.zip
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.
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index d9b46b7ebc1b..4d0626314c2a 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
)