- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x.
Use llvm11 as a workaround. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=24
This commit is contained in:
parent
87942f240c
commit
0e79a44e5d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 15:24:24 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x.
|
||||||
|
Use llvm11 as a workaround.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 11 13:50:14 UTC 2021 - Reinhard Max <max@suse.com>
|
Tue May 11 13:50:14 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -91,7 +91,6 @@ BuildRequires: %libpq
|
|||||||
%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
|
%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
|
||||||
%bcond_without llvm
|
%bcond_without llvm
|
||||||
%else
|
%else
|
||||||
# LLVM is currently unsupported on SLE, so don't use it
|
|
||||||
%bcond_with llvm
|
%bcond_with llvm
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -116,10 +115,15 @@ BuildRequires: libicu-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with llvm}
|
%if %{with llvm}
|
||||||
BuildRequires: clang
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%ifarch s390x
|
||||||
|
BuildRequires: clang11
|
||||||
|
BuildRequires: llvm11-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
BuildRequires: llvm-devel
|
BuildRequires: llvm-devel
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user