diff options
Diffstat (limited to 'homebrew/thriftat09/.make.sh-auto')
-rw-r--r-- | homebrew/thriftat09/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/thriftat09/.make.sh-auto b/homebrew/thriftat09/.make.sh-auto new file mode 100644 index 000000000..99bc2f0d4 --- /dev/null +++ b/homebrew/thriftat09/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +args = %w[--without-erlang --without-haskell --without-java --without-perl --without-php --without-php_extension --without-python --without-ruby --without-tests ] +ENV.cxx11 if ENV.compiler == :clang +ENV["JAVA_PREFIX"] = pkgshare/"java" +pkg:configure --libdir=${PKG_TAPF}/lib *args +ENV.deparallelize +make DESTDIR=${PKG_DEST} install |