From d83f488c6028cceed1671399dd63e5b3e89c2962 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sun, 27 Dec 2020 17:00:43 -0800 Subject: [PATCH] build: fix distcheck due to missing zstd Enable zstd since it's used in the testsuite. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 37d840b9..c2fac723 100644 --- a/Makefile.am +++ b/Makefile.am @@ -413,7 +413,7 @@ DISTCLEAN_LOCAL_HOOKS += testsuite-distclean EXTRA_DIST += testsuite/rootfs-pristine DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python --sysconfdir=/etc \ - --with-zlib --with-openssl \ + --with-zlib --with-zstd --with-openssl \ --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) distclean-local: $(DISTCLEAN_LOCAL_HOOKS) -- 2.47.2