[Lunar-commits] <moonbase> pcre: Enable full unicode support

Stefan Wold ratler at lunar-linux.org
Mon Dec 6 07:50:52 CET 2010


commit 9516588a06dc0fb0f9e2c5ef4a74280798866c23
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Dec 5 17:38:00 2010 +0100

    pcre: Enable full unicode support
---
 libs/pcre/BUILD   |    3 ++-
 libs/pcre/DETAILS |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libs/pcre/BUILD b/libs/pcre/BUILD
index 1a0031c..52bfd8a 100644
--- a/libs/pcre/BUILD
+++ b/libs/pcre/BUILD
@@ -10,7 +10,8 @@
                 --includedir=/usr/include  \
                 --infodir=/usr/share/info  \
                 --mandir=/usr/share/man    \
-                --enable-utf8             &&
+                --enable-utf8              \
+                --enable-unicode-properties                    &&
 
    sedit 's:$(libdir)/pkgconfig:/usr/lib/pkgconfig:' Makefile  &&
 
diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 16aa85a..40d514e 100644
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -6,7 +6,7 @@
       SOURCE_VFY=sha1:8b345da0f835b2caabff071b0b5bab40564652be
         WEB_SITE=http://www.pcre.org
          ENTERED=20010922
-         UPDATED=20100626
+         UPDATED=20101205
            SHORT="Perl compatible regular expression library"
 
 cat << EOF


More information about the Lunar-commits mailing list