diff options
Diffstat (limited to 'homebrew/ntp/.make.sh-auto')
-rw-r--r-- | homebrew/ntp/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/ntp/.make.sh-auto b/homebrew/ntp/.make.sh-auto new file mode 100644 index 000000000..d5cf7622b --- /dev/null +++ b/homebrew/ntp/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +args = %W[--disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --with-openssl-libdir=#{Formula["openssl"].lib} --with-openssl-incdir=#{Formula["openssl"].include} --with-net-snmp-config=no ] +pkg:configure *args +make DESTDIR=${PKG_DEST} install LDADD_LIBNTP=-lresolv -undefined dynamic_lookup |