Changeset a98a31a0
- Timestamp:
- 01/13/2018 05:43:45 AM (7 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 89970f9
- Parents:
- e03d5e49
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
re03d5e49 ra98a31a0 44 44 --> 45 45 <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> 46 55 <para>2018-01-12</para> 47 56 <itemizedlist> 48 57 <listitem> 49 <para>[dj] - Add Libelf (Elfutils) 0.1 07.</para>58 <para>[dj] - Add Libelf (Elfutils) 0.170.</para> 50 59 </listitem> 51 60 <listitem> -
chapter06/libelf.xml
re03d5e49 ra98a31a0 7 7 8 8 <sect1 id="ch-system-libelf" role="wrap"> 9 <?dbhtml filename=" elfutils.html"?>9 <?dbhtml filename="libelf.html"?> 10 10 11 11 <sect1info condition="script"> 12 <productname> elfutils</productname>12 <productname>libelf</productname> 13 13 <productnumber>&elfutils-version;</productnumber> 14 14 <address>&elfutils-url;</address> … … 55 55 <para>To test the results, issue <command>make check</command>.</para> 56 56 57 <para>Install the needed libraries:</para>57 <para>Install only Libelf:</para> 58 58 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 60 install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen> 66 61 67 62 </sect2> -
general.ent
re03d5e49 ra98a31a0 1 <!ENTITY version "SVN-2018011 2">1 <!ENTITY version "SVN-20180113"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2018011 1-systemd">6 <!ENTITY versiond "20180113-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "January 1 2, 2018">10 <!ENTITY releasedate "January 13, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
re03d5e49 ra98a31a0 147 147 148 148 <!ENTITY elfutils-version "0.170"> 149 <!ENTITY elfutils-size "8,168 ">149 <!ENTITY elfutils-size "8,168 KB"> 150 150 <!ENTITY elfutils-url "https://sourceware.org/ftp/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2"> 151 151 <!ENTITY elfutils-md5 "03599aee98c9b726c7a732a2dd0245d5">
Note:
See TracChangeset
for help on using the changeset viewer.