From dfb751bce335544ba7589d339c92a5cc7b708279 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Thu, 27 Nov 2008 18:51:31 +0000 Subject: [PATCH] Update pcre, and activate the reference ready for the newer glib. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7626 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/genlib/pcre.xml | 28 +++++++++++++--------------- introduction/welcome/changelog.xml | 3 +++ 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/general.ent b/general.ent index 91193d2423..402253d2cd 100644 --- a/general.ent +++ b/general.ent @@ -98,7 +98,7 @@ $Date$ - + diff --git a/general/genlib/pcre.xml b/general/genlib/pcre.xml index eed92f4f4d..f1fc54a591 100644 --- a/general/genlib/pcre.xml +++ b/general/genlib/pcre.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -57,7 +57,7 @@ - Additional Downloads + User Notes: @@ -84,7 +84,7 @@ patch -Np1 -i ../pcre-&pcre-version;-security_fix-1.patch && ./configure --prefix=/usr \ --docdir=/usr/share/doc/pcre-&pcre-version; \ - --enable-utf8 \ + --enable-utf8 --enable-unicode-properties \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 && make @@ -118,15 +118,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so handling UTF-8 character strings in the library. --enable-unicode-properties: This switch - enables Unicode properties support. - - + enables Unicode properties support. Note: You need this switch if you are + going to build with the + --with-pcre=system switch. --enable-pcregrep-libz: This switch adds support to pcregrep to read @@ -136,6 +130,10 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so support to pcregrep to read .bz2 compressed files. + --enable-shared --disable-static: This pair + of switches prevents the static libraries in this package from being + built and installed. + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index b97867026f..29efe4e3cf 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -52,6 +52,9 @@ [ken] - Updated to intltool-0.40.4. + + [ken] - Updated to pcre-7.8. +