From 23b6a7a2e6c2a788ae1f69b43ed625c6c15e20783d09d1d506e7861c7819098f Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 30 Aug 2021 16:30:47 +0000 Subject: [PATCH] * 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 --- postgresql13.changes | 2 ++ postgresql13.spec | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/postgresql13.changes b/postgresql13.changes index 27b0f05..07df436 100644 --- a/postgresql13.changes +++ b/postgresql13.changes @@ -10,6 +10,8 @@ Tue Aug 24 12:45:53 UTC 2021 - Marcus Rueckert 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 diff --git a/postgresql13.spec b/postgresql13.spec index d0f194d..8b704d0 100644 --- a/postgresql13.spec +++ b/postgresql13.spec @@ -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