poppler: Fix build (#6793)

This commit is contained in:
tsdgeos 2021-11-07 22:41:41 +01:00 committed by GitHub
parent 0c9df2ec8b
commit baa79e1e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 \