Switch to OpenSSL instead of beecrypt: experimental switch to test how it will work; OpenSSL will probably be needed to use GOST checksumming algorithms

This commit is contained in:
Mikhail Novosyolov 2019-10-03 21:36:44 +03:00
parent 9d45895bd5
commit 065c29d87c

View file

@ -65,7 +65,7 @@ Summary: The RPM package management system
Name: rpm
Epoch: 1
Version: %{libver}.%{minorver}
Release: 100.git%{short_commit}
Release: 101.git%{short_commit}
License: LGPLv2.1+
Group: System/Configuration/Packaging
Url: http://rpm5.org/
@ -666,7 +666,7 @@ tar -zxf %{SOURCE3} -C cpu-os-macros
--with-file=external \
--with-path-magic=%{_datadir}/misc/magic.mgc \
--with-beecrypt=external \
--with-usecrypto=beecrypt \
--with-usecrypto=openssl \
--with-keyutils=external \
--with-neon=external \
--with-acl \