diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-02-11 16:11:35 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-02-11 16:11:35 -0600 |
commit | c6550e11c86cf253a48910ede162a962a7d6b08d (patch) | |
tree | 2f4864104cd487023a0ca3ca049f2922fce47e52 /chapter08/zstd.xml | |
parent | 583156ac09d7853d8aa050633c7a6dfd18c9eda0 (diff) |
Package updates.
Update to iana-etc-20230202.
Update to zstd-1.5.4.
Update to Python3-3.11.2.
Update to e2fsprogs-1.47.0.
Update to dbus-1.14.6.
Update to linux-6.1.11.
Update to libcap-2.67.
Update to bc-6.2.4.
Diffstat (limited to 'chapter08/zstd.xml')
-rw-r--r-- | chapter08/zstd.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml index 902f982e4..ae793a34b 100644 --- a/chapter08/zstd.xml +++ b/chapter08/zstd.xml @@ -42,10 +42,6 @@ <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 prefix=/usr</userinput></screen> |