aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/eudev.xml16
-rw-r--r--chapter06/libpipeline.xml7
2 files changed, 11 insertions, 12 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml
index 0c6032a64..28d85f2c3 100644
--- a/chapter06/eudev.xml
+++ b/chapter06/eudev.xml
@@ -71,20 +71,16 @@ EOF</userinput></screen>
--disable-static \
--config-cache</userinput></screen>
-<!-- Seems to be unneeded - but leave as a comment for a while
-
- - -disable-gudev \
- - -enable-split-usr \
- - -enable-hwdb \
- - -disable-introspection \
- - -disable-gtk-doc-html</userinput></screen>
-
--->
-
<para>Compile the package:</para>
<screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
+<note><para>The LIBRARY_PATH variable here and the LD_LIBRARY_PATH variable
+below are needed to allow the use of libraries that were installed in /tools,
+but have not yet been installed in the main system. LIBRARY_PATH is
+used to find libraries during the linking process. LD_LIBRARY_PATH is
+used to find libraries during program execution.</para></note>
+
<para>Create some directories now that are needed for tests, but
will also be used as a part of installation:</para>
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>