]> granicus.if.org Git - imagemagick/commitdiff
Enable LIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC for libraw.
authorDirk Lemstra <dirk@git.imagemagick.org>
Thu, 10 May 2018 18:25:40 +0000 (20:25 +0200)
committerDirk Lemstra <dirk@git.imagemagick.org>
Thu, 10 May 2018 18:26:23 +0000 (20:26 +0200)
Magick++/fuzz/build.sh

index 73c4911aed764f458896973aa8935e9e07c6f966..fb49e5e905aa588193e75efee488c7242c10d96c 100644 (file)
@@ -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