]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build: Always run distcheck with all compression libraries
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 24 Jul 2024 03:42:44 +0000 (22:42 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 26 Jul 2024 18:40:46 +0000 (13:40 -0500)
Make sure to pass enable all compression libraries so all sources are
included.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/58
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Makefile.am

index 847c8d3c2612ea9b2fcd4de5c70d529dfb7d5eb0..3dc769f0a1241e46933e6f24e6dcb5a3d9690000 100644 (file)
@@ -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)