mupdf: fix build (#6518)

This commit is contained in:
DavidKorczynski 2021-09-24 13:38:27 +01:00 committed by GitHub
parent 1f4d4cb06b
commit e3478f763c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
#
################################################################################
# supp_size is unused in harfbuzz so we will avoid it being unused.
sed -i 's/supp_size;/supp_size;(void)(supp_size);/g' ./thirdparty/harfbuzz/src/hb-subset-cff1.cc
LDFLAGS="$CXXFLAGS" make -j$(nproc) HAVE_GLUT=no build=debug OUT=$WORK
fuzz_target=pdf_fuzzer