Changeset 4827c0c


Ignore:
Timestamp:
03/05/2022 06:43:54 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
05b7409
Parents:
9a43c25
git-author:
Xi Ruoyao <xry111@…> (03/04/2022 08:27:39 PM)
git-committer:
William Harrington <kb0iic@…> (03/05/2022 06:43:54 PM)
Message:

add zstd upstream fixes patch

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/whatsnew.xml

    r9a43c25 r4827c0c  
    284284    <title>Added:</title>
    285285    <listitem><para></para></listitem>  <!-- satisfy build -->
    286     <!--
    287     <listitem>
    288       <para>binutils-2.37-upstream_fix-1.patch</para>
    289     </listitem>
    290     <listitem>
    291       <para>gcc-11.1.0-upstream_fixes-1.patch</para>
    292     </listitem>
    293     -->
     286    <listitem>
     287      <para>&zstd-upstream-fixes-patch;</para>
     288    </listitem>
    294289  </itemizedlist>
    295290
  • chapter03/patches.xml

    r9a43c25 r4827c0c  
    142142    </varlistentry>
    143143
     144    <varlistentry>
     145      <term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
     146      <listitem>
     147        <para>Download: <ulink url="&patches-root;&zstd-upstream-fixes-patch;"/></para>
     148        <para>MD5 sum: <literal>&zstd-upstream-fixes-patch-md5;</literal></para>
     149      </listitem>
     150    </varlistentry>
    144151  </variablelist>
    145152
  • chapter08/zstd.xml

    r9a43c25 r4827c0c  
    4242  <sect2 role="installation">
    4343    <title>Installation of Zstd</title>
     44
     45    <para>Apply a patch to fix some issues identified by upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
    4448
    4549    <para>Compile the package:</para>
  • patches.ent

    r9a43c25 r4827c0c  
    8888<!ENTITY systemd-upstream-fixes-patch-md5 "71eac6abdad5fba2039dcd011a9ae5b3">
    8989<!ENTITY systemd-upstream-fixes-patch-size "20 KB">
     90
     91<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
     92<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
     93<!ENTITY zstd-upstream-fixes-patch-size "4 KB">
Note: See TracChangeset for help on using the changeset viewer.