ostree: fix build (#8016)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46923
This commit is contained in:
DavidKorczynski 2022-07-15 00:09:33 +01:00 committed by GitHub
parent a52ccc482c
commit 705ddb4a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ FUZZ_LIBS="./.libs/libbsdiff.a \
-lm \
-l:libz.a \
-l:libselinux.a \
-pthread"
-pthread \
-l:libpcre2-8.a"
FUZZ_INCLUDES="-I./src/libotutil \
-I./src/libostree \