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)