GraphicsMagick: Remove libxml2 from oss-fuzz build until an upst...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.40552.1646837748.1607.graphicsmagick-commit@lists.sourceforge.net> |
changeset 64be5f899ac5 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=64be5f899ac5
summary: Remove libxml2 from oss-fuzz build until an upstream correction for the build issue is made.
diffstat:
fuzzing/oss-fuzz-build.sh | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 381737828f01 -r 64be5f899ac5 fuzzing/oss-fuzz-build.sh
--- a/fuzzing/oss-fuzz-build.sh Sat Mar 05 16:01:51 2022 -0600
+++ b/fuzzing/oss-fuzz-build.sh Wed Mar 09 08:55:32 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 --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