mirror of https://github.com/google/oss-fuzz.git
poppler: Fix build (#6793)
This commit is contained in:
parent
0c9df2ec8b
commit
baa79e1e6d
|
@ -68,6 +68,8 @@ if [ "$SANITIZER" != "memory" ]; then
|
|||
popd
|
||||
|
||||
pushd $SRC/glib-2.70.0
|
||||
# remove once there's a released glib that contains https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2324
|
||||
sed -i s#https://ftp.pcre.org/pub/pcre/pcre-8.37.tar.bz2#https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.bz2# subprojects/libpcre.wrap
|
||||
meson \
|
||||
--prefix=$PREFIX \
|
||||
--libdir=lib \
|
||||
|
|
Loading…
Reference in New Issue