]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libglib2: the system PCRE needs to have UTF and UCP enabled
authorSven Neumann <neumann@teufel.de>
Fri, 22 Nov 2013 21:58:27 +0000 (22:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 25 Nov 2013 10:01:32 +0000 (11:01 +0100)
commite9060f3c18ee8e25e6ad73aa6ff007a58f231f52
treea1b96f49424efc2739db1cbf07ec34c97d2f8306
parentd34c3ea105e81cdb389347f23dd2cde7ed11ba55
libglib2: the system PCRE needs to have UTF and UCP enabled

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 <neumann@teufel.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libglib2/Config.in