]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Allow running "brew bundle" to fetch deps 6682/head
authorChris Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Mon, 28 May 2018 13:34:06 +0000 (15:34 +0200)
committerChris Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Mon, 28 May 2018 13:38:29 +0000 (15:38 +0200)
Brewfile [new file with mode: 0644]

diff --git a/Brewfile b/Brewfile
new file mode 100644 (file)
index 0000000..173ada0
--- /dev/null
+++ b/Brewfile
@@ -0,0 +1,14 @@
+# 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.
+brew 'autoconf'
+brew 'automake'
+brew 'libedit'
+brew 'libsodium'
+brew 'libtool'
+brew 'lua'
+brew 'openssl'
+brew 'pkg-config'
+brew 'protobuf'
+brew 'python'
+brew 'ragel'
+brew 'sqlite'