diff options
Diffstat (limited to 'homebrew/nghttp2/.make.sh-auto')
-rw-r--r-- | homebrew/nghttp2/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/nghttp2/.make.sh-auto b/homebrew/nghttp2/.make.sh-auto new file mode 100644 index 000000000..58558bcbf --- /dev/null +++ b/homebrew/nghttp2/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +ENV.cxx11 +args = %W[--prefix=#{prefix} --disable-silent-rules --enable-app --disable-python-bindings --with-xml-prefix=/usr ] +args << "--disable-threads" if MacOS.version < :el_capitan +pkg:configure *args +make +make check +make DESTDIR=${PKG_DEST} install |