mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
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 <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>
This commit is contained in:
parent
7d72b22385
commit
d4d3df1089
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user