From 8ec7e90fd6f5ef8484915935136e706b3910be71 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 12 Nov 2019 10:16:04 +0100 Subject: [PATCH] fix the patch --- debian/patches/disable-fuzzer-compiler-rt.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/disable-fuzzer-compiler-rt.diff b/debian/patches/disable-fuzzer-compiler-rt.diff index e7fb3a31..80d7cb48 100644 --- a/debian/patches/disable-fuzzer-compiler-rt.diff +++ b/debian/patches/disable-fuzzer-compiler-rt.diff @@ -2,11 +2,11 @@ Index: llvm-toolchain-snapshot_10~+20191019070539+bdcad0aca0a/compiler-rt/lib/CM =================================================================== --- llvm-toolchain-snapshot_10~+20191019070539+bdcad0aca0a.orig/compiler-rt/lib/CMakeLists.txt +++ llvm-toolchain-snapshot_10~+20191019070539+bdcad0aca0a/compiler-rt/lib/CMakeLists.txt -@@ -56,6 +56,7 @@ if(COMPILER_RT_BUILD_XRAY) +@@ -56,6 +56,6 @@ if(COMPILER_RT_BUILD_XRAY) compiler_rt_build_runtime(xray) endif() - if(COMPILER_RT_BUILD_LIBFUZZER) +-if(COMPILER_RT_BUILD_LIBFUZZER) - compiler_rt_build_runtime(fuzzer) -endif() +#if(COMPILER_RT_BUILD_LIBFUZZER)