From f9502278b0647cfacd2ce21a695e06a687216f4ff23d68f911f80ad157cd1821 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 13 Sep 2022 11:53:01 +0000 Subject: [PATCH] Accepting request 1003037 from openSUSE:Factory:RISCV - Disable LLVM JIT on riscv64 OBS-URL: https://build.opensuse.org/request/show/1003037 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=56 --- postgresql13.changes | 5 +++++ postgresql13.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/postgresql13.changes b/postgresql13.changes index 1de68f6..69238d0 100644 --- a/postgresql13.changes +++ b/postgresql13.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 07:52:42 UTC 2022 - Andreas Schwab + +- Disable LLVM JIT on riscv64 + ------------------------------------------------------------------- Fri Aug 12 11:16:34 UTC 2022 - Reinhard Max diff --git a/postgresql13.spec b/postgresql13.spec index 27e76d5..3e9c078 100644 --- a/postgresql13.spec +++ b/postgresql13.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