mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Install libelf into /lib, since it may be needed before /usr is mounted
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3ed6a2d3ba
commit
101304fa9e
@ -42,6 +42,18 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
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>
|
<listitem>
|
||||||
<para>2020-07-06</para>
|
<para>2020-07-06</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<para>Prepare Libelf for compilation:</para>
|
<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>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="install">make -C libelf install
|
<screen><userinput remap="install">make -C libelf install
|
||||||
install -vm644 config/libelf.pc /usr/lib/pkgconfig
|
install -vm644 config/libelf.pc /usr/lib/pkgconfig
|
||||||
rm /usr/lib/libelf.a</userinput></screen>
|
rm /lib/libelf.a</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20200706">
|
<!ENTITY version "SVN-20200707">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20200706-systemd">
|
<!ENTITY versiond "20200707-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-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 – -->
|
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user