File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ class NeonPostgres < Formula
2
2
desc "Neon's fork of PostgreSQL"
3
3
homepage "https://github.com/neondatabase/postgres"
4
4
url "https://github.com/neondatabase/neon.git" ,
5
- tag : "release-7381 " ,
6
- revision : "671889b0e959a6520337ba3c56d645d6ff2ec1c1 "
5
+ tag : "release-compute-7611 " ,
6
+ revision : "3cd601b37091a1a9e38d69c4b46dd9d457fdec38 "
7
7
license "Apache-2.0"
8
8
head "https://github.com/neondatabase/neon.git" , branch : "main"
9
9
@@ -33,6 +33,7 @@ class NeonPostgres < Formula
33
33
uses_from_macos "flex" => :build
34
34
uses_from_macos "libxml2"
35
35
uses_from_macos "libxslt"
36
+ uses_from_macos "zlib"
36
37
37
38
on_linux do
38
39
depends_on "libseccomp"
@@ -61,6 +62,7 @@ def dlsuffix(version)
61
62
62
63
def install
63
64
ENV [ "XML_CATALOG_FILES" ] = etc /"xml/catalog"
65
+ ENV . append_to_cflags "-DUSE_PREFETCH" if OS . mac?
64
66
65
67
deps = %w[ openssl@3 readline ]
66
68
pg_versions . each do |v |
You can’t perform that action at this time.
0 commit comments