diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-12-27 17:00:43 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-12-27 17:02:19 -0800 |
commit | d83f488c6028cceed1671399dd63e5b3e89c2962 (patch) | |
tree | c8f1054250eabee226844bf55f18c7d57586800a | |
parent | 30c9c4d90f177cfc6b139e30a51ee5250441e62f (diff) | |
download | kmod-d83f488c6028cceed1671399dd63e5b3e89c2962.tar.gz kmod-d83f488c6028cceed1671399dd63e5b3e89c2962.tar.bz2 kmod-d83f488c6028cceed1671399dd63e5b3e89c2962.zip |
build: fix distcheck due to missing zstd
Enable zstd since it's used in the testsuite.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 37d840b..c2fac72 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) |