From 0dcd084eb6af6224f5a665501e12da779e43ac80 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 11 May 2018 10:27:29 -0400 Subject: [PATCH] Fixed building fuzzers --- Magick++/fuzz/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0