From 65984c876af7f12c77be58fc99f7bc9ad1ade4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 12 Jul 2020 22:54:36 +0200 Subject: [PATCH] Make sure zstd is enabled during configuration Let's not rely on autodetection. --- systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.spec b/systemd.spec index f0af9c8..56773e5 100644 --- a/systemd.spec +++ b/systemd.spec @@ -338,6 +338,7 @@ CONFIGURE_OPTS=( -Dzlib=true -Dbzip2=true -Dlz4=true + -Dzstd=true -Dpam=true -Dacl=true -Dsmack=true