mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 10:23:04 +00:00
Revert beecrypt->openssl: --with-usecrypto=XXX DOES NOTHING in RPM5! Beecrypt is still used!
Revert "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 reverts commit 065c29d87c
.
This commit is contained in:
parent
065c29d87c
commit
6be2ae3bc3
1 changed files with 2 additions and 2 deletions
4
rpm.spec
4
rpm.spec
|
@ -65,7 +65,7 @@ Summary: The RPM package management system
|
|||
Name: rpm
|
||||
Epoch: 1
|
||||
Version: %{libver}.%{minorver}
|
||||
Release: 101.git%{short_commit}
|
||||
Release: 102.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=openssl \
|
||||
--with-usecrypto=beecrypt \
|
||||
--with-keyutils=external \
|
||||
--with-neon=external \
|
||||
--with-acl \
|
||||
|
|
Loading…
Add table
Reference in a new issue