From fa3f7174d6216704f9d81c14c67c525c48786566 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 23 May 2011 19:20:23 +0000 Subject: [PATCH] Fix a couple of issues with the newly added PCRE and Glib packages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/glib.xml | 2 +- chapter06/pcre.xml | 2 +- general.ent | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1cd6d6f13..0d491ea69 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2011-05-23 + + + [matthew] - Fix a typo in the PCRE instructions, and make + Glib put its configuration in + /etcUpgrade to Udev-170. + + + + 2011-05-22 diff --git a/chapter06/glib.xml b/chapter06/glib.xml index ee5297676..d55b413be 100644 --- a/chapter06/glib.xml +++ b/chapter06/glib.xml @@ -45,7 +45,7 @@ Prepare Glib for compilation: -PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --with-pcre=system +PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system The meaning of the configure options: diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml index 5d04a7f38..0032f2005 100644 --- a/chapter06/pcre.xml +++ b/chapter06/pcre.xml @@ -45,7 +45,7 @@ Prepare PCRE for compilation: ./configure --prefix=/usr \ - --docdir=/usr/share/doc/pcre-8.10 \ + --docdir=/usr/share/doc/pcre-&pcre-version; \ --enable-utf8 \ --enable-unicode-properties \ --enable-pcregrep-libz \ diff --git a/general.ent b/general.ent index cfb8874ab..5bce289a2 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +