aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-07-15 00:09:33 +0100
committerGravatar GitHub <noreply@github.com>2022-07-14 23:09:33 +0000
commit705ddb4a80048aa5c1afbbe6ab1d4cc372d9f609 (patch)
tree95902dd0fb10edd7a04ef330b6f700fa54594e3b /projects
parenta52ccc482cf3094ae99bfbe7cdf1e4dd39b5d55f (diff)
ostree: fix build (#8016)
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/ostree/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/ostree/build.sh b/projects/ostree/build.sh
index 619047d7..dccc8dd6 100755
--- a/projects/ostree/build.sh
+++ b/projects/ostree/build.sh
@@ -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 \