From 9485f1640ad040fd9ef662f8842cda7a29fde3fb Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Thu, 10 May 2018 20:25:40 +0200 Subject: [PATCH] Enable LIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC for libraw. --- 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 73c4911ae..fb49e5e90 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" +./configure --prefix="$WORK" --disable-shared --with-pic=yes --disable-examples PKG_CONFIG_PATH="$WORK/lib/pkgconfig" -DLIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC=on make -j$(nproc) make install popd -- 2.40.0