diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-05 04:27:39 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-05 16:30:28 +0800 |
commit | 070bc9a4f72fc3b8bfde76bd93f46f8086bb8e19 (patch) | |
tree | a84807ecdc3d3aa2d3ec0d4cac8786ff9f7a8862 /chapter08 | |
parent | e6589bc35a39d276e6815e7fc3da17812e21f85f (diff) |
add zstd upstream fixes patch
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/zstd.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml index 881aba286..cde0b9231 100644 --- a/chapter08/zstd.xml +++ b/chapter08/zstd.xml @@ -42,6 +42,10 @@ <sect2 role="installation"> <title>Installation of Zstd</title> + <para>Apply a patch to fix some issues identified by upstream:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |