summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2019-05-29 16:52:04 +0300
committerPanu Matilainen <pmatilai@redhat.com>2020-03-26 11:57:58 +0200
commit245517faef47a17e9d726c5a9831b38251795e35 (patch)
treea3f535b8ff9fb3eb4df8b6853211ed1724e98088
parenta20400bbdb4f36a3460d55b2565e548c155dcfc1 (diff)
downloadrpm-245517faef47a17e9d726c5a9831b38251795e35.tar.gz
Enable all our configure options during distcheck for maximum coverage
Additionally run distcheck with --disable-dependency-tracking to speed it up a little. (cherry picked from commit a03350c8f72b3c39aac14e1c98f039ef2032efb8)
-rw-r--r--Makefile.am16
1 files changed, 15 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index da637ca14..1f20f05b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,21 @@
ACLOCAL_AMFLAGS = -I m4
-DISTCHECK_CONFIGURE_FLAGS = --with-external-db --enable-python
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-external-db \
+ --enable-python \
+ --enable-bdb \
+ --enable-ndb \
+ --enable-zstd \
+ --with-cap \
+ --with-acl \
+ --with-archive \
+ --with-lua \
+ --with-audit \
+ --with-selinux \
+ --with-imaevm \
+ --with-crypto=openssl \
+ --disable-dependency-tracking
include $(top_srcdir)/rpm.am
AM_CFLAGS = @RPMCFLAGS@