mirror of https://github.com/google/oss-fuzz.git
hiredis: only build static libraries (#9573)
The dynamically shared libraries are not needed. This makes the build Fuzz Introspector compatible.
This commit is contained in:
parent
01481832fc
commit
3fc07edb24
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
make USE_SSL=0
|
||||
make USE_SSL=0 static
|
||||
mv fuzzing/format_command_fuzzer.c .
|
||||
|
||||
$CC $CFLAGS -std=c99 -pedantic -c -O3 -fPIC \
|
||||
|
|
Loading…
Reference in New Issue