Another new try for OSS-Fuzz

This commit is contained in:
Stefan Weil 2022-03-02 22:35:37 +01:00
parent b3fb8ce26e
commit 629944a333

View File

@ -17,7 +17,8 @@
cd $SRC/leptonica
./autogen.sh
./configure --disable-shared --without-libpng
./configure --disable-shared --without-giflib --without-jpeg --without-libopenjpeg --without-libpng --without-libtiff --without-libwebp --without-libwebpmux
make SUBDIRS=src install -j$(nproc)
ldconfig