Author: pierre
Date: Tue Jul 7 08:22:39 2020
New Revision: 11996
Log:
Install libelf into /lib, since it may be needed before /usr is mounted
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter08/libelf.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Mon Jul 6 21:54:33 2020 (r11995)
+++ trunk/BOOK/chapter01/changelog.xml Tue Jul 7 08:22:39 2020 (r11996)
@@ -43,6 +43,18 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2020-07-07</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Make libelf install in /lib, since it may be
+ needed by iproute2 before /usr is mounted (report by
+ <ulink
url="http://lists.linuxfromscratch.org/pipermail/lfs-dev/2020-July/073903.html">
+ Roger</ulink>).</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2020-07-06</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter08/libelf.xml
==============================================================================
--- trunk/BOOK/chapter08/libelf.xml Mon Jul 6 21:54:33 2020 (r11995)
+++ trunk/BOOK/chapter08/libelf.xml Tue Jul 7 08:22:39 2020 (r11996)
@@ -46,7 +46,7 @@
<para>Prepare Libelf for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr
--disable-debuginfod</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr
--disable-debuginfod --libdir=/lib</userinput></screen>
<para>Compile the package:</para>
@@ -62,7 +62,7 @@
<screen><userinput remap="install">make -C libelf install
install -vm644 config/libelf.pc /usr/lib/pkgconfig
-rm /usr/lib/libelf.a</userinput></screen>
+rm /lib/libelf.a</userinput></screen>
</sect2>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Jul 6 21:54:33 2020 (r11995)
+++ trunk/BOOK/general.ent Tue Jul 7 08:22:39 2020 (r11996)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20200706">
+<!ENTITY version "SVN-20200707">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc
releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or
"x.y[-pre{x}]" -->
-<!ENTITY versiond "20200706-systemd">
+<!ENTITY versiond "20200707-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "July 6th, 2020">
+<!ENTITY releasedate "July 7th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not
– -->
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page