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:
DavidKorczynski 2023-02-03 11:40:50 +00:00 committed by GitHub
parent 01481832fc
commit 3fc07edb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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