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