Merge pull request #299005 from NickCao/postgrespin

postgresql: enable spinlock on riscv
This commit is contained in:
Mario Rodas
2024-03-25 23:00:30 -05:00
committed by GitHub
-1
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" ];