aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glib.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-05-23 19:20:23 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-05-23 19:20:23 +0000
commitfa3f7174d6216704f9d81c14c67c525c48786566 (patch)
tree99fff548e2d32db8c220ebf33c2bec78cc60bf9d /chapter06/glib.xml
parent5de4ea079a38196b7d4161dd7ed0bff5459d18c6 (diff)
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
Diffstat (limited to 'chapter06/glib.xml')
-rw-r--r--chapter06/glib.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<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>