Skip to content

Commit 79766f9

Browse files
committed
Force libpcre fallback in glib meson build
1 parent a6bad32 commit 79766f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/manylinux-build/docker_base/glib/build-glib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tar xf ${GLIB}.tar
1515
cd $GLIB
1616

1717
# a minimal glib install will do for us
18-
meson _build $PG_BASE_MESON_FLAGS -Dtests=false \
18+
meson _build $PG_BASE_MESON_FLAGS --force-fallback-for=libpcre2-8 -Dtests=false \
1919
-Dselinux=disabled -Dlibmount=disabled -Ddtrace=false -Dsystemtap=false -Dnls=disabled
2020

2121
ninja -C _build

0 commit comments

Comments
 (0)