Skip to content

Commit dd92585

Browse files
committed
neon-postgres 7611
Closes #232. Signed-off-by: Alexander Bayandin <alexander@bayandin.dev>
1 parent 1a6c6fa commit dd92585

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/neon-postgres.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class NeonPostgres < Formula
22
desc "Neon's fork of PostgreSQL"
33
homepage "https://github.com/neondatabase/postgres"
44
url "https://github.com/neondatabase/neon.git",
5-
tag: "release-7381",
6-
revision: "671889b0e959a6520337ba3c56d645d6ff2ec1c1"
5+
tag: "release-compute-7611",
6+
revision: "3cd601b37091a1a9e38d69c4b46dd9d457fdec38"
77
license "Apache-2.0"
88
head "https://github.com/neondatabase/neon.git", branch: "main"
99

@@ -33,6 +33,7 @@ class NeonPostgres < Formula
3333
uses_from_macos "flex" => :build
3434
uses_from_macos "libxml2"
3535
uses_from_macos "libxslt"
36+
uses_from_macos "zlib"
3637

3738
on_linux do
3839
depends_on "libseccomp"
@@ -61,6 +62,7 @@ def dlsuffix(version)
6162

6263
def install
6364
ENV["XML_CATALOG_FILES"] = etc/"xml/catalog"
65+
ENV.append_to_cflags "-DUSE_PREFETCH" if OS.mac?
6466

6567
deps = %w[openssl@3 readline]
6668
pg_versions.each do |v|

0 commit comments

Comments
 (0)