mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 13:19:20 +01:00
Simplify and correct Libelf installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e03d5e49af
commit
a98a31a0c9
@ -42,11 +42,20 @@
|
|||||||
<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>2018-01-13</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Simplify and correct Libelf instructions.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2018-01-12</para>
|
<para>2018-01-12</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dj] - Add Libelf (Elfutils) 0.107.</para>
|
<para>[dj] - Add Libelf (Elfutils) 0.170.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dj] - Update to Linux-4.14.13. Fixes
|
<para>[dj] - Update to Linux-4.14.13. Fixes
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="ch-system-libelf" role="wrap">
|
<sect1 id="ch-system-libelf" role="wrap">
|
||||||
<?dbhtml filename="elfutils.html"?>
|
<?dbhtml filename="libelf.html"?>
|
||||||
|
|
||||||
<sect1info condition="script">
|
<sect1info condition="script">
|
||||||
<productname>elfutils</productname>
|
<productname>libelf</productname>
|
||||||
<productnumber>&elfutils-version;</productnumber>
|
<productnumber>&elfutils-version;</productnumber>
|
||||||
<address>&elfutils-url;</address>
|
<address>&elfutils-url;</address>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
@ -54,15 +54,10 @@
|
|||||||
|
|
||||||
<para>To test the results, issue <command>make check</command>.</para>
|
<para>To test the results, issue <command>make check</command>.</para>
|
||||||
|
|
||||||
<para>Install the needed libraries:</para>
|
<para>Install only Libelf:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">install -vm755 libelf/libelf.so /usr/lib/libelf-0.170.so
|
<screen><userinput remap="install">make -C libelf install
|
||||||
install -vm644 config/libelf.pc /usr/lib/pkgconfig
|
install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen>
|
||||||
install -vm644 libelf/libelf.h /usr/include
|
|
||||||
install -vm644 libelf/gelf.h /usr/include
|
|
||||||
install -vm644 libelf/nlist.h /usr/include
|
|
||||||
ln -sf libelf-0.170.so /usr/lib/libelf-1.so
|
|
||||||
ln -sf libelf-0.170.so /usr/lib/libelf.so</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20180112">
|
<!ENTITY version "SVN-20180113">
|
||||||
<!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 "20180111-systemd">
|
<!ENTITY versiond "20180113-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "January 12, 2018">
|
<!ENTITY releasedate "January 13, 2018">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.2">
|
<!ENTITY milestone "8.2">
|
||||||
|
@ -146,7 +146,7 @@
|
|||||||
<!ENTITY e2fsprogs-ch6-sbu "3.3 SBU">
|
<!ENTITY e2fsprogs-ch6-sbu "3.3 SBU">
|
||||||
|
|
||||||
<!ENTITY elfutils-version "0.170">
|
<!ENTITY elfutils-version "0.170">
|
||||||
<!ENTITY elfutils-size "8,168">
|
<!ENTITY elfutils-size "8,168 KB">
|
||||||
<!ENTITY elfutils-url "https://sourceware.org/ftp/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
|
<!ENTITY elfutils-url "https://sourceware.org/ftp/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
|
||||||
<!ENTITY elfutils-md5 "03599aee98c9b726c7a732a2dd0245d5">
|
<!ENTITY elfutils-md5 "03599aee98c9b726c7a732a2dd0245d5">
|
||||||
<!ENTITY elfutils-home "https://sourceware.org/ftp/elfutils/">
|
<!ENTITY elfutils-home "https://sourceware.org/ftp/elfutils/">
|
||||||
|
Loading…
Reference in New Issue
Block a user