aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/libpipeline.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-03 17:41:05 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-03 17:41:05 +0000
commit450e682e4cc1b8091ef8ee71b48f4093dbb005ae (patch)
treed9bb82ef83945c4585137d5d0a484789735cd878 /chapter06/libpipeline.xml
parent7cf6e188717cb8f6ce77fbbcb3ae70f197ce7e0a (diff)
Add pkg-config-0.26-internal-glib
Add popt-1.16 Fix problem building perl in some environments git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libpipeline.xml')
-rw-r--r--chapter06/libpipeline.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter06/libpipeline.xml b/chapter06/libpipeline.xml
index 04bc472b4..e3e248760 100644
--- a/chapter06/libpipeline.xml
+++ b/chapter06/libpipeline.xml
@@ -43,10 +43,8 @@
<para>Prepare Libpipeline for compilation:</para>
-<screen><userinput remap="configure">./configure CHECK_CFLAGS=-I/tools/include \
- CHECK_LIBS="-L/tools/lib -lcheck" \
- --prefix=/usr</userinput></screen>
-
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+<!--
<variablelist>
<title>The meaning of the configure options:</title>
@@ -59,7 +57,7 @@
</varlistentry>
</variablelist>
-
+-->
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>