xerces-c: Fix coverage build by configuring with --enable-shared (#3161)

This commit is contained in:
Vincent Ulitzsch 2019-12-22 16:39:46 +01:00 committed by Abhishek Arya
parent 1a30a8064f
commit c7e78f27f4
1 changed files with 1 additions and 2 deletions

View File

@ -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 \