]> granicus.if.org Git - imagemagick/commitdiff
use the --with-utilities=no flag with oss-fuzz
authorPaul Kehrer <paul.l.kehrer@gmail.com>
Sat, 31 Mar 2018 15:41:52 +0000 (10:41 -0500)
committerDirk Lemstra <dlemstra@users.noreply.github.com>
Sat, 31 Mar 2018 16:34:50 +0000 (18:34 +0200)
Magick++/fuzz/build.sh

index 731f737b9734df7c0b0618ad37889f263665e396..3f4e01132f6bb5f9c33fdd060e0ee78dc4ec33a2 100644 (file)
@@ -66,7 +66,7 @@ popd
 
 
 # Build ImageMagick
-./configure --prefix="$WORK" --disable-shared --disable-docs LIBS="-lc++ -lubsan" LDFLAGS="${LDFLAGS:-} -L$WORK/lib" CFLAGS="$CFLAGS -I$WORK/include" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
+./configure --prefix="$WORK" --disable-shared --disable-docs --with-utilities=no LDFLAGS="${LDFLAGS:-} -L$WORK/lib" CFLAGS="$CFLAGS -I$WORK/include" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
 make "-j$(nproc)"
 make install