From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Thu, 21 Nov 2013 22:56:19 +0100 Subject: [Buildroot] [PATCH 2/2] libglib2: the system PCRE needs to have UTF and UCP enabled In-Reply-To: <1385069107.10963.3.camel@bender> References: <1385069107.10963.3.camel@bender> Message-ID: <20131121225619.092f7d22@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Sven Neumann, On Thu, 21 Nov 2013 22:25:07 +0100, Sven Neumann wrote: > > If glib2 is compiled with the system PCRE instead of the included > copy, then that system PCRE needs to have support for UTF-8 and > Unicode properties enabled. Otherwise you will get such warnings > at run-time: > > GLib-CRITICAL **: PCRE library is compiled without UTF8 support > GLib-CRITICAL **: PCRE library is compiled without UTF8 properties support > > Signed-off-by: Sven Neumann > --- > package/libglib2/Config.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in > index 3590d72..80e059a 100644 > --- a/package/libglib2/Config.in > +++ b/package/libglib2/Config.in > @@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBGLIB2 > select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT > select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE > select BR2_PACKAGE_LIBFFI > + select BR2_PACKAGE_PCRE_UCP if BR2_PACKAGE_PCRE It should be a tab instead of spaces for the indentation. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com