!15 修复由于openssl 3.0不兼容导致的编译失败
From: @lyn1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
c67c7033da
@ -11,7 +11,7 @@
|
|||||||
%global __with_wxwidgets 1
|
%global __with_wxwidgets 1
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: 23.3.4.9
|
Version: 23.3.4.9
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://www.erlang.org
|
URL: https://www.erlang.org
|
||||||
@ -146,7 +146,7 @@ A byte code compiler for Erlang which produces highly compact code.
|
|||||||
|
|
||||||
%package crypto
|
%package crypto
|
||||||
Summary: Cryptographical support
|
Summary: Cryptographical support
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: compat-openssl11-devel
|
||||||
Requires: %{name}-erts%{?_isa} = %{version}-%{release}
|
Requires: %{name}-erts%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-kernel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-kernel%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-stdlib%{?_isa} = %{version}-%{release}
|
Requires: %{name}-stdlib%{?_isa} = %{version}-%{release}
|
||||||
@ -1724,7 +1724,10 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 07 2022 houyingchao <houyingchao@h-partners.com>
|
* Fri Feb 3 2023 liyanan <liyanan32@h-partners.com> - 23.3.4.9-2
|
||||||
|
- Fix build failed due to openssl update to 3.0
|
||||||
|
|
||||||
|
* Thu Apr 07 2022 houyingchao <houyingchao@h-partners.com> - 23.3.4.9-1
|
||||||
- Fix compilation failed
|
- Fix compilation failed
|
||||||
|
|
||||||
* Fri Jul 30 2021 liping <liping136@huawei.com> - 21.3.3-3
|
* Fri Jul 30 2021 liping <liping136@huawei.com> - 21.3.3-3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user