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.
+