mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
Explicitly use only native crypto for oss-fuzz
I don't need qpdf's fuzz to find leaks and invalid memory in gnutls.
This commit is contained in:
parent
88bedb41fe
commit
6d1d244615
@ -25,6 +25,8 @@ fi
|
|||||||
--enable-oss-fuzz \
|
--enable-oss-fuzz \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
|
--enable-crypto-native \
|
||||||
|
--disable-implicit-crypto \
|
||||||
--prefix="$WORK" \
|
--prefix="$WORK" \
|
||||||
LDFLAGS="-L$WORK/lib" \
|
LDFLAGS="-L$WORK/lib" \
|
||||||
CPPFLAGS="-I$WORK/include" \
|
CPPFLAGS="-I$WORK/include" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user