From 1b1ac1b2e1e75f66eaff46020c6ada27ffa5c8b3 Mon Sep 17 00:00:00 2001 From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:30:24 -0700 Subject: [PATCH 1/2] Update Brewfile --- Brewfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 173ada03c68e..ca2a1ce2cd56 100644 --- a/Brewfile +++ b/Brewfile @@ -1,5 +1,6 @@ # Use "brew bundle" to install these. -# You still need 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig' for ./configure. +# See https://github.com/Homebrew/homebrew-core/blob/master/Formula/p/pdns.rb or +# https://github.com/Homebrew/homebrew-core/blob/master/Formula/p/pdnsrec.rb for ./configure tips brew 'autoconf' brew 'automake' brew 'libedit' @@ -12,3 +13,5 @@ brew 'protobuf' brew 'python' brew 'ragel' brew 'sqlite' +brew 'boost' +breq 'rust' From 85ae2895eba3596bb6f27c6bf8330cf533126d7e Mon Sep 17 00:00:00 2001 From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:32:39 -0700 Subject: [PATCH 2/2] Update Brewfile --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index ca2a1ce2cd56..97f52c1ee3c2 100644 --- a/Brewfile +++ b/Brewfile @@ -14,4 +14,4 @@ brew 'python' brew 'ragel' brew 'sqlite' brew 'boost' -breq 'rust' +brew 'rust'