From bf8c3b5bee3457238269386e4e50552f8e79da1ab37c83d47dc30e993b05b6bf Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 13 Sep 2022 11:52:41 +0000 Subject: [PATCH] Accepting request 1003030 from openSUSE:Factory:RISCV - Disable LLVM JIT on riscv64 OBS-URL: https://build.opensuse.org/request/show/1003030 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=70 --- postgresql12.changes | 5 +++++ postgresql12.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/postgresql12.changes b/postgresql12.changes index 3743cbc..d355392 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 07:52:42 UTC 2022 - Andreas Schwab + +- Disable LLVM JIT on riscv64 + ------------------------------------------------------------------- Fri Aug 12 11:12:47 UTC 2022 - Reinhard Max diff --git a/postgresql12.spec b/postgresql12.spec index 3f4c75b..212bbd4 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -88,7 +88,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