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>
Fri, 22 Nov 2013 22:33:35 +0000 (23:33 +0100)
commitd038784c19eb650b8bb5767d8a6d32522177a108
tree37f905725998451d81d584fa59b3c7440b09a7bd
parent49fef2fc44358df6cd5cc1c8416222ff26f00af2
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