From c7e78f27f426db632d36404467dd6cfcf93018a4 Mon Sep 17 00:00:00 2001 From: Vincent Ulitzsch Date: Sun, 22 Dec 2019 16:39:46 +0100 Subject: [PATCH] xerces-c: Fix coverage build by configuring with --enable-shared (#3161) --- projects/xerces-c/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/xerces-c/build.sh b/projects/xerces-c/build.sh index bc02e982d..992fc3f58 100755 --- a/projects/xerces-c/build.sh +++ b/projects/xerces-c/build.sh @@ -16,11 +16,10 @@ set -e cd $SRC/xerces-c ./reconf -./configure +./configure --disable-shared make -j cd $SRC - $CXX $CXXFLAGS $LIB_FUZZING_ENGINE -std=c++11 \ -I. -Ixerces-c/src \ xerces_fuzz_common.cpp parse_target.cpp -o $OUT/parse_target \