summaryrefslogtreecommitdiff
path: root/homebrew/pdnsrec/.make.sh-auto
blob: 74fff2326cd1a9bdf5e5a479ef1576d59d5d0bfd (plain)
1
2
3
4
5
pkg:setup
ENV.cxx11
args = %W[--prefix=#{prefix} --sysconfdir=#{etc}/powerdns --disable-silent-rules --with-boost=#{Formula["boost"].opt_prefix} --with-libcrypto=#{Formula["openssl"].opt_prefix} --with-lua --without-net-snmp ]
pkg:configure *args
make DESTDIR=${PKG_DEST} install