Author: matthew
Date: 2011-05-23 13:20:23 -0600 (Mon, 23 May 2011)
New Revision: 9554

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glib.xml
   trunk/BOOK/chapter06/pcre.xml
   trunk/BOOK/general.ent
Log:
Fix a couple of issues with the newly added PCRE and Glib packages.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-05-23 05:08:47 UTC (rev 9553)
+++ trunk/BOOK/chapter01/changelog.xml  2011-05-23 19:20:23 UTC (rev 9554)
@@ -37,6 +37,17 @@
 
 -->
     <listitem>
+      <para>2011-05-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Fix a typo in the PCRE instructions, and make
+          Glib put its configuration in
+          <filename class="directory">/etc</filename>Upgrade to 
Udev-170.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-05-22</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/glib.xml
===================================================================
--- trunk/BOOK/chapter06/glib.xml       2011-05-23 05:08:47 UTC (rev 9553)
+++ trunk/BOOK/chapter06/glib.xml       2011-05-23 19:20:23 UTC (rev 9554)
@@ -45,7 +45,7 @@
 
     <para>Prepare Glib for compilation:</para>
 
-<screen><userinput remap="configure">PCRE_LIBS="-L/usr/lib -lpcre" 
PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr 
--with-pcre=system</userinput></screen>
+<screen><userinput remap="configure">PCRE_LIBS="-L/usr/lib -lpcre" 
PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --sysconfdir=/etc 
--with-pcre=system</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>

Modified: trunk/BOOK/chapter06/pcre.xml
===================================================================
--- trunk/BOOK/chapter06/pcre.xml       2011-05-23 05:08:47 UTC (rev 9553)
+++ trunk/BOOK/chapter06/pcre.xml       2011-05-23 19:20:23 UTC (rev 9554)
@@ -45,7 +45,7 @@
     <para>Prepare PCRE for compilation:</para>
 
 <screen><userinput remap="configure">./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 \

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-05-23 05:08:47 UTC (rev 9553)
+++ trunk/BOOK/general.ent      2011-05-23 19:20:23 UTC (rev 9554)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110522">
-<!ENTITY releasedate "May 22, 2011">
+<!ENTITY version "SVN-20110523">
+<!ENTITY releasedate "May 23, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.9">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to