mirror of https://github.com/google/oss-fuzz.git
This reverts commit 68fb445db1
.
This commit is contained in:
parent
c607487f57
commit
54bf518a18
|
@ -34,7 +34,6 @@ RUN git clone --depth 1 https://github.com/madler/zlib.git
|
|||
RUN git clone --depth 1 https://github.com/libexif/libexif
|
||||
RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo
|
||||
RUN git clone --depth 1 https://github.com/glennrp/libpng.git
|
||||
RUN git clone --depth 1 https://github.com/imagemagick/imagemagick
|
||||
RUN git clone --depth 1 https://git.code.sf.net/p/giflib/code libgif
|
||||
RUN git clone --depth 1 https://chromium.googlesource.com/webm/libwebp
|
||||
RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
|
||||
|
|
|
@ -55,17 +55,6 @@ make -j$(nproc)
|
|||
make install
|
||||
popd
|
||||
|
||||
# libmagick
|
||||
pushd $SRC/imagemagick
|
||||
./configure \
|
||||
--disable-shared \
|
||||
--disable-docs \
|
||||
--with-utilities=no \
|
||||
--prefix=$WORK
|
||||
make -j$(nproc)
|
||||
make install
|
||||
popd
|
||||
|
||||
# libgif
|
||||
pushd $SRC/libgif
|
||||
make libgif.a libgif.so install-include install-lib OFLAGS="-O2" PREFIX=$WORK
|
||||
|
@ -131,7 +120,6 @@ for fuzzer in fuzz/*_fuzzer.cc; do
|
|||
$WORK/lib/libexif.a \
|
||||
$WORK/lib/libturbojpeg.a \
|
||||
$WORK/lib/libpng.a \
|
||||
$WORK/lib/libMagickCore-7.Q16HDRI.a \
|
||||
$WORK/lib/libz.a \
|
||||
$WORK/lib/libgif.a \
|
||||
$WORK/lib/libwebpmux.a \
|
||||
|
|
Loading…
Reference in New Issue