From: Alex Gaynor Date: Fri, 11 May 2018 14:27:29 +0000 (-0400) Subject: Fixed building fuzzers X-Git-Tag: 7.0.7-32~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dcd084eb6af6224f5a665501e12da779e43ac80;p=imagemagick Fixed building fuzzers --- diff --git a/Magick++/fuzz/build.sh b/Magick++/fuzz/build.sh index fb49e5e90..16acd2a1a 100644 --- a/Magick++/fuzz/build.sh +++ b/Magick++/fuzz/build.sh @@ -47,7 +47,7 @@ popd # build libraw pushd "$SRC/libraw" autoreconf -fiv -./configure --prefix="$WORK" --disable-shared --with-pic=yes --disable-examples PKG_CONFIG_PATH="$WORK/lib/pkgconfig" -DLIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC=on +./configure --prefix="$WORK" --disable-shared --with-pic=yes --disable-examples PKG_CONFIG_PATH="$WORK/lib/pkgconfig" CFLAGS="$CFLAGS -DLIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC=on" make -j$(nproc) make install popd