aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/libpipeline.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-02-26 20:58:02 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-02-26 20:58:02 +0000
commit8b3e1412e20a850925881f819b20ca37b83603aa (patch)
treed9e80f4e83b7015cac1b3409e624c1fb3597f817 /chapter06/libpipeline.xml
parente8b732abebb553fa0dc9a671048b8462df819b9a (diff)
Update to less-530.
Add an explanation of LIBRARY_PATH and LD_LIBRARY_PATH i used in the eudev instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libpipeline.xml')
-rw-r--r--chapter06/libpipeline.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/libpipeline.xml b/chapter06/libpipeline.xml
index 117b57158..2ad05deee 100644
--- a/chapter06/libpipeline.xml
+++ b/chapter06/libpipeline.xml
@@ -43,7 +43,10 @@
<para>Prepare Libpipeline for compilation:</para>
-<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+
+<!--
+<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure - -prefix=/usr</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -57,7 +60,7 @@
</varlistentry>
</variablelist>
-
+-->
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>