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