Disable spinlocks on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-30 10:27:42 +03:00
parent d5a1f3d83e
commit aa89b3b148
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Summary: PostgreSQL client library
Name: libpq
Version: %{majorversion}.0
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
License: PostgreSQL
Url: http://www.postgresql.org/
@ -75,6 +75,9 @@ export SYMBOL_VERSION_PREFIX=RHPG_
--with-openssl \
--with-gssapi \
--enable-nls \
%ifarch riscv64
--disable-spinlocks \
%endif
--without-readline \
--datadir=%_datadir/pgsql
@ -130,6 +133,9 @@ find_lang_bins %name-devel.lst pg_config
%_libdir/pkgconfig/libpq.pc
%changelog
* Thu Mar 30 2023 David Abdurachmanov <davidlt@rivosinc.com> - 15.0-3.0.riscv64
- Disable spinlocks on riscv64
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild