From 01f4d6369dba1837bcc917fbd29a90364fd3c1fb81abd5cd4c9d17ffc1928285 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 13 Sep 2022 11:50:53 +0000 Subject: [PATCH] Accepting request 1002897 from home:Andreas_Schwab:Factory - Disable LLVM JIT on riscv64 OBS-URL: https://build.opensuse.org/request/show/1002897 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql15?expand=0&rev=6 --- postgresql15.changes | 5 +++++ postgresql15.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/postgresql15.changes b/postgresql15.changes index e09de69..915a9bf 100644 --- a/postgresql15.changes +++ b/postgresql15.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 09:25:30 UTC 2022 - Andreas Schwab + +- Disable LLVM JIT on riscv64 + ------------------------------------------------------------------- Thu Sep 8 13:37:01 UTC 2022 - Reinhard Max diff --git a/postgresql15.spec b/postgresql15.spec index 481b2b4..64be06a 100644 --- a/postgresql15.spec +++ b/postgresql15.spec @@ -106,7 +106,11 @@ BuildRequires: %libpq %endif %if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90 +%ifarch riscv64 +%bcond_with llvm +%else %bcond_without llvm +%endif %else %bcond_with llvm %endif