* bsc#1185952: Adjust JIT code to prepare for forthcoming LLVM

API change

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=31
This commit is contained in:
Reinhard Max 2021-08-30 16:30:47 +00:00 committed by Git OBS Bridge
parent 89ffdce7a6
commit 23b6a7a2e6
2 changed files with 3 additions and 6 deletions

View File

@ -10,6 +10,8 @@ Tue Aug 24 12:45:53 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
operations, but there may be other instances. The result would
be crashes or incorrect query results. Disclosure of server
memory contents is also possible.
* bsc#1185952: Adjust JIT code to prepare for forthcoming LLVM
API change
-------------------------------------------------------------------
Mon Jun 28 10:00:46 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -116,15 +116,10 @@ BuildRequires: libicu-devel
BuildRequires: libselinux-devel
%endif
%if %{with llvm}
BuildRequires: gcc-c++
%ifarch s390x
BuildRequires: clang11
BuildRequires: llvm11-devel
%else
BuildRequires: clang
BuildRequires: gcc-c++
BuildRequires: llvm-devel
%endif
%endif
BuildRequires: libxslt-devel
BuildRequires: openldap2-devel
BuildRequires: openssl-devel