summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2019-09-10 11:05:03 +0300
committerPanu Matilainen <pmatilai@redhat.com>2019-09-11 09:58:00 +0300
commit5c0801a1a3cba56d5c7e379323242e26f33f0729 (patch)
treee1e5c2dbf72444d4b2adbb9ee03d99a393604a1a /Makefile.am
parent22c26c7444c32dfe6b75b250b247b5d57f989ba6 (diff)
downloadrpm-5c0801a1a3cba56d5c7e379323242e26f33f0729.tar.gz
Change the default crypto implementation to libgcrypt (from NSS)
libgcrypt is a much more straightforward and lightweight as a library, doesn't come with a massive runtime library of its own, runtime which messes with SIGPIPE and all, has a nice clearly compatible license (LGPL) and is somewhat faster than NSS. What's not to like? Change the default and add relevant documentation to INSTALL. Drop the hopefully now unnecessary override from distcheck flags, and switch CI over too. Note that in CI, openssl-devel is still needed for ima-evm (missing dep in ima-evm-utils-devel?)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 79f860dde..e4bc838ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--with-audit \
--with-selinux \
--with-imaevm \
- --with-crypto=openssl \
--disable-dependency-tracking
include $(top_srcdir)/rpm.am