diff --git a/postgresql15.changes b/postgresql15.changes index e09de69..915a9bf 100644 --- a/postgresql15.changes +++ b/postgresql15.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 09:25:30 UTC 2022 - Andreas Schwab + +- Disable LLVM JIT on riscv64 + ------------------------------------------------------------------- Thu Sep 8 13:37:01 UTC 2022 - Reinhard Max diff --git a/postgresql15.spec b/postgresql15.spec index 481b2b4..64be06a 100644 --- a/postgresql15.spec +++ b/postgresql15.spec @@ -106,7 +106,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