From: Lucas De Marchi Date: Mon, 28 Dec 2020 01:00:43 +0000 (-0800) Subject: build: fix distcheck due to missing zstd X-Git-Tag: v28~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d83f488c6028cceed1671399dd63e5b3e89c2962;p=thirdparty%2Fkmod.git build: fix distcheck due to missing zstd Enable zstd since it's used in the testsuite. --- 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)