configure.ac | 1 + 1 file changed, 1 insertion(+) New commits: commit 06230ac3a62c1cc4012e4d8d0a76f9db356911a9 Author: Jan-Marek Glogowski <glo...@fbihome.de> AuthorDate: Sun Dec 26 20:25:52 2021 +0100 Commit: Jan-Marek Glogowski <glo...@fbihome.de> CommitDate: Mon Dec 27 01:37:30 2021 +0100
oss-fuzz: also build libxml2 for the cross-toolset Change-Id: I777975446d8f1901445100144baac79b7db2b1e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127535 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de> diff --git a/configure.ac b/configure.ac index f85e0b1701f3..93b9759aaa13 100644 --- a/configure.ac +++ b/configure.ac @@ -5511,6 +5511,7 @@ if test "$cross_compiling" = "yes"; then test "$enable_extensions" = yes || sub_conf_opts="$sub_conf_opts --disable-extensions" test "$enable_wasm_strip" = "yes" && sub_conf_opts="$sub_conf_opts --enable-wasm-strip" test "${with_system_lockfile+set}" = set && sub_conf_opts="$sub_conf_opts --with-system-lockfile=${with_system_lockfile}" + test "${enable_fuzzers}" = yes && sub_conf_opts="$sub_conf_opts --without-system-libxml" # Don't bother having configure look for stuff not needed for the build platform anyway # WARNING: any option with an argument containing spaces must be handled separately (see --with-theme)