mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Add the File upstream fixes patch to the book.
This commit is contained in:
parent
2da0137968
commit
e128c68596
@ -43,6 +43,16 @@
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2021-09-08</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix regressions in File that result in improper
|
||||
detection of text and XZ files.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2021-09-06</para>
|
||||
<itemizedlist>
|
||||
|
@ -284,6 +284,9 @@
|
||||
<itemizedlist>
|
||||
<title>Added:</title>
|
||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||
<listitem>
|
||||
<para>file-5.40-upstream_fixes-1.patch</para>
|
||||
</listitem>
|
||||
<!--
|
||||
<listitem>
|
||||
<para>binutils-2.37-upstream_fix-1.patch</para>
|
||||
|
@ -60,6 +60,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>File Upstream Fixes Patch - <token>&file-upstream-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&file-upstream-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&file-upstream-fixes-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,6 +41,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of File</title>
|
||||
|
||||
<para>First, fix a few regressions in File:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../file-&file-version;-upstream_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>Prepare File for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
@ -30,6 +30,10 @@
|
||||
<!ENTITY flex-fixes-patch-size "3.4 KB">
|
||||
-->
|
||||
|
||||
<!ENTITY file-upstream-fixes-patch "file-&file-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY file-upstream-fixes-md5 "d99090db596b9db2bed869662199a56a">
|
||||
<!ENTITY file-upstream-fixes-patch-size "4.0 KB">
|
||||
|
||||
<!ENTITY gcc-upstream-fixes-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY gcc-upstream-fixes-patch-md5 "27266d2a771f2ff812cb6ec9c8b456b4">
|
||||
<!ENTITY gcc-upstream-fixes-patch-size "18.0 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user