Changeset a98a31a0


Ignore:
Timestamp:
01/13/2018 05:43:45 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
89970f9
Parents:
e03d5e49
Message:

Simplify and correct Libelf installation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re03d5e49 ra98a31a0  
    4444-->
    4545    <listitem>
     46      <para>2018-01-13</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Simplify and correct Libelf instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4655      <para>2018-01-12</para>
    4756      <itemizedlist>
    4857        <listitem>
    49           <para>[dj] - Add Libelf (Elfutils) 0.107.</para>
     58          <para>[dj] - Add Libelf (Elfutils) 0.170.</para>
    5059        </listitem>
    5160        <listitem>
  • chapter06/libelf.xml

    re03d5e49 ra98a31a0  
    77
    88<sect1 id="ch-system-libelf" role="wrap">
    9   <?dbhtml filename="elfutils.html"?>
     9  <?dbhtml filename="libelf.html"?>
    1010
    1111  <sect1info condition="script">
    12     <productname>elfutils</productname>
     12    <productname>libelf</productname>
    1313    <productnumber>&elfutils-version;</productnumber>
    1414    <address>&elfutils-url;</address>
     
    5555    <para>To test the results, issue <command>make check</command>.</para>
    5656
    57     <para>Install the needed libraries:</para>
     57    <para>Install only Libelf:</para>
    5858
    59 <screen><userinput remap="install">install -vm755 libelf/libelf.so /usr/lib/libelf-0.170.so
    60 install -vm644 config/libelf.pc /usr/lib/pkgconfig
    61 install -vm644 libelf/libelf.h  /usr/include
    62 install -vm644 libelf/gelf.h    /usr/include
    63 install -vm644 libelf/nlist.h   /usr/include
    64 ln -sf libelf-0.170.so /usr/lib/libelf-1.so
    65 ln -sf libelf-0.170.so /usr/lib/libelf.so</userinput></screen>
     59<screen><userinput remap="install">make -C libelf install
     60install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen>
    6661
    6762  </sect2>
  • general.ent

    re03d5e49 ra98a31a0  
    1 <!ENTITY version         "SVN-20180112">
     1<!ENTITY version         "SVN-20180113">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20180111-systemd">
     6<!ENTITY versiond        "20180113-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 12, 2018">
     10<!ENTITY releasedate     "January 13, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    re03d5e49 ra98a31a0  
    147147
    148148<!ENTITY elfutils-version "0.170">
    149 <!ENTITY elfutils-size "8,168">
     149<!ENTITY elfutils-size "8,168 KB">
    150150<!ENTITY elfutils-url "https://sourceware.org/ftp/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    151151<!ENTITY elfutils-md5 "03599aee98c9b726c7a732a2dd0245d5">
Note: See TracChangeset for help on using the changeset viewer.