Changeset 101304f
- Timestamp:
- 07/07/2020 03:22:39 PM (3 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, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- c516e34
- Parents:
- 3ed6a2d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r3ed6a2d r101304f 44 44 --> 45 45 <listitem> 46 <para>2020-07-07</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Make libelf install in /lib, since it may be 50 needed by iproute2 before /usr is mounted (report by 51 <ulink url="http://lists.linuxfromscratch.org/pipermail/lfs-dev/2020-July/073903.html"> 52 Roger</ulink>).</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 46 58 <para>2020-07-06</para> 47 59 <itemizedlist> -
chapter08/libelf.xml
r3ed6a2d r101304f 47 47 <para>Prepare Libelf for compilation:</para> 48 48 49 <screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod </userinput></screen>49 <screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen> 50 50 51 51 <para>Compile the package:</para> … … 63 63 <screen><userinput remap="install">make -C libelf install 64 64 install -vm644 config/libelf.pc /usr/lib/pkgconfig 65 rm / usr/lib/libelf.a</userinput></screen>65 rm /lib/libelf.a</userinput></screen> 66 66 67 67 </sect2> -
general.ent
r3ed6a2d r101304f 1 <!ENTITY version "SVN-2020070 6">1 <!ENTITY version "SVN-20200707"> 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 "2020070 6-systemd">6 <!ENTITY versiond "20200707-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "July 6th, 2020">10 <!ENTITY releasedate "July 7th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.