summaryrefslogtreecommitdiff
path: root/pcre/Makefile
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-11-12 22:35:09 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-11-12 22:35:09 +0400
commit7fda8c2bf48f3d7febb3edb43afa4e021f0bd95f (patch)
treea7e0b50d03f49c01a4e67a8d12df2523b1396d80 /pcre/Makefile
parent195e5d82678abc0e49a082e6364dc8c2d32e6e84 (diff)
downloadcibs-pkgs-7fda8c2bf48f3d7febb3edb43afa4e021f0bd95f.tar.gz
Enable Unicode for PCRE (per glib)
Diffstat (limited to 'pcre/Makefile')
-rw-r--r--pcre/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pcre/Makefile b/pcre/Makefile
index 610fcec..4d57e91 100644
--- a/pcre/Makefile
+++ b/pcre/Makefile
@@ -8,6 +8,10 @@ summary := Perl Compatible Regular Expressions
license := BSD
license-file := LICENCE
+configure-options += \
+ --enable-unicode-properties \
+ --enable-utf
+
# build-conflicts +=
home := http://www.pcre.org/