aboutsummaryrefslogtreecommitdiff
path: root/projects/libredwg
diff options
context:
space:
mode:
authorReini Urban <reini.urban@gmail.com>2021-02-28 16:54:07 +0100
committerGitHub <noreply@github.com>2021-02-28 07:54:07 -0800
commitafd33be51e5ecc9e2bcaf796b67ad7e65126bae2 (patch)
treeb7c3b0db42ed8fabb12cddcedc06c14788b81e19 /projects/libredwg
parentdd987e4d61cc71eead89261930a0bad77f24daf4 (diff)
downloadoss-fuzz-afd33be51e5ecc9e2bcaf796b67ad7e65126bae2.tar.gz
libredwg: no unstable versions (#5259)
don't test unstable non-release preR13 paths.
Diffstat (limited to 'projects/libredwg')
-rwxr-xr-xprojects/libredwg/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/libredwg/build.sh b/projects/libredwg/build.sh
index b6f287883..7737e4d6b 100755
--- a/projects/libredwg/build.sh
+++ b/projects/libredwg/build.sh
@@ -17,7 +17,8 @@
cd libredwg
sh ./autogen.sh
-./configure --disable-shared --disable-bindings
+# enable-release to skip unstable preR13. bindings are not fuzzed.
+./configure --disable-shared --disable-bindings --enable-release
make
$CC $CFLAGS $LIB_FUZZING_ENGINE examples/llvmfuzz.c -o $OUT/llvmfuzz \