enable-md2 for rpm4

This commit is contained in:
Mikhail Novosyolov 2019-06-17 08:04:16 +03:00
parent fd4e26b34e
commit 85e4871638

View file

@ -27,7 +27,7 @@
Summary: Secure Sockets Layer communications libs & utils
Name: openssl
Version: 1.0.2r
Release: 4
Release: 5
License: BSD-like
Group: System/Libraries
Url: https://www.openssl.org
@ -272,7 +272,7 @@ sslarch=linux-generic32
--openssldir=%{_openssldir} ${sslflags} \
--enginesdir=%{_libdir}/openssl-%{major}/engines \
--prefix=%{_prefix} --libdir=%{_lib}/ %{?_with_krb5:--with-krb5-flavor=MIT -I%{_prefix}/kerberos/include -L%{_prefix}/kerberos/%{_lib}} \
zlib no-idea no-rc5 enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms sctp shared ${sslarch}
zlib no-idea no-rc5 enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms enable-md2 sctp shared ${sslarch}
# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
# marked as not requiring an executable stack.