summaryrefslogtreecommitdiff
path: root/Magick++
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-09-29 09:51:52 -0400
committerImageMagick <urban-warrior@users.noreply.github.com>2019-09-29 09:51:52 -0400
commita5041aca3acdc7a15dfe2a2ad693581c92414cdc (patch)
treedcf9f07d782c71d55909454b2f9c3d961877b08a /Magick++
parentdfdb6a98316f870cc56318e6222ae738f6fd7b04 (diff)
downloadImageMagick-a5041aca3acdc7a15dfe2a2ad693581c92414cdc.tar.gz
Don't build libheif's go code for the fuzzers -- it doesn't play well with ASAN (#1706)
Diffstat (limited to 'Magick++')
-rw-r--r--Magick++/fuzz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Magick++/fuzz/build.sh b/Magick++/fuzz/build.sh
index 809cca552..c5fd9d0d1 100644
--- a/Magick++/fuzz/build.sh
+++ b/Magick++/fuzz/build.sh
@@ -72,7 +72,7 @@ popd
# Build libheif
pushd "$SRC/libheif"
./autogen.sh
-./configure --disable-shared --prefix="$WORK" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
+./configure --disable-shared --disable-go --prefix="$WORK" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
make -j$(nproc)
make install
popd