postgresql: enable spinlock on riscv

This commit is contained in:
Nick Cao 2024-03-25 16:14:37 -04:00
parent 0bd5219253
commit 60f5ab8a3e
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ let
++ lib.optionals zstdEnabled [ "--with-zstd" ]
++ lib.optionals gssSupport [ "--with-gssapi" ]
++ lib.optionals pythonSupport [ "--with-python" ]
++ lib.optionals stdenv'.hostPlatform.isRiscV [ "--disable-spinlocks" ]
++ lib.optionals jitSupport [ "--with-llvm" ]
++ lib.optionals stdenv'.isLinux [ "--with-pam" ];