diff options
Diffstat (limited to 'pcre/Makefile')
-rw-r--r-- | pcre/Makefile | 4 |
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/ |