mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Fix a bug in tar-1.31, preventingat least to extract git man-pages in BLFS
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11504 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d3c9936abf
commit
c5f16caee1
@ -43,6 +43,17 @@
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2019-01-27</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Fix a bug introduced in tar-1.31, by adding
|
||||
a sed to the build instructions. Also remove an obsolete comment
|
||||
about a failing test.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem revision="systemd">
|
||||
<para>2019-01-20</para>
|
||||
<itemizedlist>
|
||||
|
@ -39,11 +39,11 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Tar</title>
|
||||
<!--
|
||||
<para>Add a program that generates a man page for tar from the source code:</para>
|
||||
|
||||
<para>Fix a bug introduced in tar-1.31:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&tar-manpage-patch;</userinput></screen>
|
||||
-->
|
||||
<screen><userinput remap="pre">sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c</userinput></screen>
|
||||
|
||||
<para>Prepare Tar for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \
|
||||
@ -72,7 +72,9 @@
|
||||
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
|
||||
<!-- Seems to pass for version 1.31. Keeping as a comment just in case...
|
||||
<para>One test, link mismatch, is known to fail.</para>
|
||||
-->
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20190120">
|
||||
<!ENTITY version "SVN-20190127">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||
Change to x.y for release but not -rc releases -->
|
||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||
|
||||
<!ENTITY versiond "20190120-systemd">
|
||||
<!ENTITY versiond "20190127-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "January 20, 2019">
|
||||
<!ENTITY releasedate "January 27, 2019">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "8.4">
|
||||
|
Loading…
Reference in New Issue
Block a user