From d4d3df108980f11a1a3340aec30dcedfde2ee1a5 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 23 Jul 2024 22:42:44 -0500 Subject: [PATCH] build: Always run distcheck with all compression libraries Make sure to pass enable all compression libraries so all sources are included. Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/58 Signed-off-by: Lucas De Marchi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 847c8d3c..3dc769f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -321,7 +321,7 @@ DISTCLEAN_LOCAL_HOOKS += testsuite-distclean EXTRA_DIST += testsuite/rootfs-pristine DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --sysconfdir=/etc \ - --with-zlib --with-zstd --with-openssl \ + --with-zlib --with-zstd --with-xz --with-openssl \ --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) distclean-local: $(DISTCLEAN_LOCAL_HOOKS) -- 2.47.3