diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-22 17:26:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-22 17:51:58 +0200 |
commit | a8cc9e4c6054a80d323bd49ab8942914b9a3fe23 (patch) | |
tree | 5274769f5b67d0b74e8461c28ab274f510774cd0 /sys-libs/compiler-rt | |
parent | 905c09dcf636a02419897a6f057295c833216117 (diff) | |
download | gentoo-a8cc9e4c6054a80d323bd49ab8942914b9a3fe23.tar.gz gentoo-a8cc9e4c6054a80d323bd49ab8942914b9a3fe23.tar.xz |
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.ebuild | 1 |
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 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 ) |