diff options
Diffstat (limited to 'homebrew/pdns/.make.sh-auto')
-rw-r--r-- | homebrew/pdns/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/pdns/.make.sh-auto b/homebrew/pdns/.make.sh-auto new file mode 100644 index 000000000..b56d2b725 --- /dev/null +++ b/homebrew/pdns/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV["SDKROOT"] = MacOS.sdk_path if MacOS.version == :sierra +args = %W[--prefix=#{prefix} --sysconfdir=#{etc}/powerdns --with-lua --with-openssl=#{Formula["openssl"].opt_prefix} --with-sqlite3 --with-modules=gsqlite3 ] +pkg:configure *args +make DESTDIR=${PKG_DEST} install |