From f53e0177672ce0dae98b29a8404086bebb67ab5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Fri, 25 Jun 2021 09:43:57 +0200 Subject: [PATCH] Disable crypto support Resolves: #1974657 --- libdb.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libdb.spec b/libdb.spec index 33f1b2a..65fb94d 100644 --- a/libdb.spec +++ b/libdb.spec @@ -259,6 +259,7 @@ pushd dist/dist-tls --enable-cxx --enable-sql \ --enable-test \ --disable-rpath \ + --with-cryptography=no \ --with-tcl=%{_libdir}/tcl%{__tclversion} # Remove libtool predep_objects and postdep_objects wonkiness so that @@ -387,6 +388,10 @@ mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1 %{_includedir}/%{name}/dbsql.h %changelog +* Fri Jun 25 2021 Filip Januš - 5.3.28-48 +- Disable crypto support +- Resolves: #1974657 + * Fri Apr 16 2021 Mohan Boddu - 5.3.28-47 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937