GraphicsMagick: Re-enable libxml2 in oss-fuzz build since issue ...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.40823.1646865087.1607.graphicsmagick-commit@lists.sourceforge.net> |
changeset 28b759ad4ccd in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=28b759ad4ccd
summary: Re-enable libxml2 in oss-fuzz build since issue should be fixed. Also added recommended --without-schematron --without-schemas options.
diffstat:
fuzzing/oss-fuzz-build.sh | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 64be5f899ac5 -r 28b759ad4ccd fuzzing/oss-fuzz-build.sh
--- a/fuzzing/oss-fuzz-build.sh Wed Mar 09 08:55:32 2022 -0600
+++ b/fuzzing/oss-fuzz-build.sh Wed Mar 09 16:31:14 2022 -0600
@@ -79,11 +79,11 @@
make install
popd
-#pushd "$SRC/libxml2"
-#./autogen.sh --disable-shared --without-debug --without-legacy --without-python --prefix="${WORK}"
-#make -j$(nproc)
-#make install
-#popd
+pushd "$SRC/libxml2"
+./autogen.sh --disable-shared --without-debug --without-legacy --without-python --without-schematron --without-schemas --prefix="${WORK}"
+make -j$(nproc)
+make install
+popd
pushd "$SRC/jasper"
cmake -G "Unix Makefiles" -H. -Bstaging -DJAS_ENABLE_SHARED=false -DCMAKE_INSTALL_PREFIX=$WORK #-DJAS_INCLUDE_BMP_CODEC=false -DJAS_INCLUDE_JPG_CODEC=false -DJAS_INCLUDE_MIF_CODEC=false -DJAS_INCLUDE_PNM_CODEC=false -DJAS_INCLUDE_RAS_CODEC=false -DJAS_ENABLE_OPENGL=false -DJAS_ENABLE_LIBJPEG=false -DJAS_ENABLE_OPENGL=false -DJAS_ENABLE_LIBHEIF=false