From 4ce29271b81a605deb982355a93f75a2ac32dc2a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 13 Dec 2022 15:09:42 +0100 Subject: [PATCH] d/rules: always enable ZSTD compression built-in as it was before Signed-off-by: Thomas Lamprecht --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 365b4fa..94a88e7 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,7 @@ PVE_CONFIG_OPTS= \ -d CONFIG_DEFAULT_CFQ \ -e CONFIG_DEFAULT_DEADLINE \ -e CONFIG_MODVERSIONS \ +-e CONFIG_ZSTD_COMPRESS \ -d CONFIG_DEFAULT_SECURITY_DAC \ -e CONFIG_DEFAULT_SECURITY_APPARMOR \ --set-str CONFIG_DEFAULT_SECURITY apparmor \