1
0
Prechádzať zdrojové kódy

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
Bruce Dubbs 7 rokov pred
rodič
commit
8b3e1412e2

+ 9 - 0
chapter01/changelog.xml

@@ -45,6 +45,15 @@
     <listitem>
       <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

+ 2 - 2
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>-->

+ 6 - 10
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>
 

+ 5 - 2
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>

+ 3 - 3
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">