aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/xz
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2020-01-17 14:00:54 -0800
committerGravatar GitHub <noreply@github.com>2020-01-17 14:00:54 -0800
commit13555d96aba9c0beda913339d185eb9620c7f2fc (patch)
tree7bcc79bcedeae33afa522bf3c9aefb0bb2a6c1a3 /projects/xz
parent5dd3f4cebe2d99015d8a8595d737c239b42dcbf9 (diff)
[xz] Apply a harmless local patch to migrate to $LIB_FUZZING_ENGINE. (#3252)
Diffstat (limited to 'projects/xz')
-rwxr-xr-xprojects/xz/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/xz/build.sh b/projects/xz/build.sh
index e1cf243a..dc105218 100755
--- a/projects/xz/build.sh
+++ b/projects/xz/build.sh
@@ -15,6 +15,8 @@
#
################################################################################
+sed -i 's/-lFuzzingEngine/$(LIB_FUZZING_ENGINE)/g' tests/ossfuzz/Makefile
+
./autogen.sh
./configure \
--enable-static \