From dd76c656017b11d30b48a2df6c20e4b42f35a23c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 12 Aug 2021 16:59:22 +0100 Subject: ofz: use system .a libs when they aren't c++ ones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I12e44bf2dbeebc0d18e48a22831099c3dad7b12d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120402 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- distro-configs/LibreOfficeOssFuzz.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeOssFuzz.conf b/distro-configs/LibreOfficeOssFuzz.conf index 26ba4b9773dc..264e2aa9c06b 100644 --- a/distro-configs/LibreOfficeOssFuzz.conf +++ b/distro-configs/LibreOfficeOssFuzz.conf @@ -27,7 +27,13 @@ --disable-xmlhelp --disable-zxing --with-locales=en +--with-system-altlinuxhyph +--with-system-expat +--with-system-liblangtag +--with-system-openssl --with-system-ucpp +--with-system-epoxy +--with-system-zlib --without-fonts --without-java --without-webdav -- cgit