aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/eudev.xml16
-rw-r--r--chapter06/libpipeline.xml7
-rw-r--r--packages.ent6
5 files changed, 25 insertions, 17 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6b14ead31..1605fffa7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -46,6 +46,15 @@
<para>2018-02-26</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to less-530. Fixes
+ <ulink url="&lfs-ticket-root;4220">#4220</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Add an explanation of LIBRARY_PATH
+ and LD_LIBRARY_PATH used in the eudev instructions. Fixes
+ <ulink url="&lfs-ticket-root;4224">#4224</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Fix references to both 32-bit and
64-bit systems to list 64-bit examples first. Fixes
<ulink url="&lfs-ticket-root;4225">#4225</ulink>.</para>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 381fc2631..c9681e991 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -140,9 +140,9 @@
<listitem>
<para>Kmod-&kmod-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Less-&less-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
</listitem>-->
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>
diff --git a/packages.ent b/packages.ent
index 8ded2250c..2b86c8919 100644
--- a/packages.ent
+++ b/packages.ent
@@ -366,10 +366,10 @@
<!ENTITY kmod-ch6-du "12 MB">
<!ENTITY kmod-ch6-sbu "0.1 SBU">
-<!ENTITY less-version "487">
-<!ENTITY less-size "312 KB">
+<!ENTITY less-version "530">
+<!ENTITY less-size "332 KB">
<!ENTITY less-url "http://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
-<!ENTITY less-md5 "dcc8bf183a83b362d37fe9ef8df1fb60">
+<!ENTITY less-md5 "6a39bccf420c946b0fd7ffc64961315b">
<!ENTITY less-home "http://www.greenwoodsoftware.com/less/">
<!ENTITY less-ch6-du "3.5 MB">
<!ENTITY less-ch6-sbu "less than 0.1 SBU">