From 7fda8c2bf48f3d7febb3edb43afa4e021f0bd95f Mon Sep 17 00:00:00 2001
From: Igor Pashev <igor.pashev@nexenta.com>
Date: Mon, 12 Nov 2012 22:35:09 +0400
Subject: Enable Unicode for PCRE (per glib)

---
 pcre/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'pcre/Makefile')

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/
-- 
cgit v1.2.3