From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 23 Nov 2022 07:57:10 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oxjh0-00GFM3-KD for lore@lore.pengutronix.de; Wed, 23 Nov 2022 07:57:10 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oxjgz-0003PU-MC; Wed, 23 Nov 2022 07:57:09 +0100 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxjgs-0003PL-0Z; Wed, 23 Nov 2022 07:57:02 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1oxjgr-0007Mg-G8; Wed, 23 Nov 2022 07:57:01 +0100 Date: Wed, 23 Nov 2022 07:57:01 +0100 From: Michael Olbrich To: Christian Melki Message-ID: <20221123065701.GG30335@pengutronix.de> Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20221122122240.3967729-1-christian.melki@t2data.com> <20221122122240.3967729-2-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221122122240.3967729-2-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH 2/2] host-glib: Follow the upgrade of target glib. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, Nov 22, 2022 at 01:22:40PM +0100, Christian Melki wrote: > * Select pcre2 instead of pcre. pcre2 defaults to 8-bit builds. > * Remove -Dfam (gamin file monitor). Deprecated. For some reason this patch did not apply. I've manually merged into the glib update patch. Please change target and host package in one patch in the future. Michael > Signed-off-by: Christian Melki > --- > 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 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |