Skip to content

Commit

Permalink
neon-postgres 7611
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Feb 3, 2025
1 parent 94fff86 commit 76978c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/neon-postgres.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NeonPostgres < Formula
desc "Neon's fork of PostgreSQL"
homepage "https://github.com/neondatabase/postgres"
url "https://github.com/neondatabase/neon.git",
tag: "release-7381",
revision: "671889b0e959a6520337ba3c56d645d6ff2ec1c1"
tag: "release-compute-7611",
revision: "3cd601b37091a1a9e38d69c4b46dd9d457fdec38"
license "Apache-2.0"
head "https://github.com/neondatabase/neon.git", branch: "main"

Expand Down Expand Up @@ -33,6 +33,7 @@ class NeonPostgres < Formula
uses_from_macos "flex" => :build
uses_from_macos "libxml2"
uses_from_macos "libxslt"
uses_from_macos "zlib"

on_linux do
depends_on "libseccomp"
Expand Down Expand Up @@ -61,6 +62,7 @@ def dlsuffix(version)

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

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

0 comments on commit 76978c1

Please sign in to comment.