Make sure zstd is enabled during configuration

Let's not rely on autodetection.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-07-12 22:54:36 +02:00
parent 9488c31cc1
commit 65984c876a
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ CONFIGURE_OPTS=(
-Dzlib=true
-Dbzip2=true
-Dlz4=true
-Dzstd=true
-Dpam=true
-Dacl=true
-Dsmack=true