mirror of https://github.com/google/oss-fuzz.git
gpac: fix build (#8752)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51111
This commit is contained in:
parent
8668a56cf9
commit
96c86f1107
|
@ -22,4 +22,4 @@ make
|
|||
cp $SRC/testsuite/oss-fuzzers/fuzz_parse.c .
|
||||
$CC $CFLAGS $LIB_FUZZING_ENGINE fuzz_parse.c -o $OUT/fuzz_parse \
|
||||
-I./include -I./ ./bin/gcc/libgpac_static.a \
|
||||
-lm -lz -lpthread -DGPAC_HAVE_CONFIG_H
|
||||
-lm -lz -lpthread -lssl -lcrypto -DGPAC_HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in New Issue