From 9ea5b3dc0660f95cec55ffc2e0ff7bb52db3f496 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Sun, 3 Apr 2022 20:23:06 +0200 Subject: [PATCH] Fix instructions --- chapter08/kmod.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index 97539bb0f..67b637d9d 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -119,6 +119,7 @@ make clean --libdir=/usr/lib32 \ --sysconfdir=/etc \ --with-xz \ + --with-zstd \ --with-zlib \ --with-rootlibdir=/usr/lib32 @@ -155,6 +156,7 @@ make clean --libdir=/usr/libx32 \ --sysconfdir=/etc \ --with-xz \ + --with-zstd \ --with-zlib \ --with-rootlibdir=/usr/libx32