diff --git a/postgresql14.changes b/postgresql14.changes index 5a13648..c074039 100644 --- a/postgresql14.changes +++ b/postgresql14.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 07:52:42 UTC 2022 - Andreas Schwab + +- Disable LLVM JIT on riscv64 + ------------------------------------------------------------------- Fri Aug 12 11:24:35 UTC 2022 - Reinhard Max diff --git a/postgresql14.spec b/postgresql14.spec index d06ec9a..f52cc6d 100644 --- a/postgresql14.spec +++ b/postgresql14.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