* Select pcre2 instead of pcre. pcre2 defaults to 8-bit builds.
* Remove -Dfam (gamin file monitor). Deprecated.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/host-glib.in   | 2 +-
 rules/host-glib.make | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/rules/host-glib.in b/rules/host-glib.in
index f7d5a479e..956909466 100644
--- a/rules/host-glib.in
+++ b/rules/host-glib.in
@@ -4,7 +4,7 @@ config HOST_GLIB
        tristate
        default y if ALLYES
        select HOST_LIBFFI
-       select HOST_LIBPCRE
+       select HOST_PCRE2
        select HOST_MESON
        select HOST_SYSTEM_PYTHON3
        select HOST_ZLIB
diff --git a/rules/host-glib.make b/rules/host-glib.make
index c062ad884..71973203b 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -28,7 +28,6 @@ HOST_GLIB_CONF_OPT    := \
        $(HOST_MESON_OPT) \
        -Dbsymbolic_functions=true \
        -Ddtrace=false \
-       -Dfam=false \
        -Dforce_posix_threads=true \
        -Dglib_assert=true \
        -Dglib_checks=true \
-- 
2.34.1


Reply via email to