From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:30:24 +0000 (-0700) Subject: Update Brewfile X-Git-Tag: rec-5.2.0-beta1~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b1ac1b2e1e75f66eaff46020c6ada27ffa5c8b3;p=thirdparty%2Fpdns.git Update Brewfile --- diff --git a/Brewfile b/Brewfile index 173ada03c6..ca2a1ce2cd 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'