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