summaryrefslogtreecommitdiff
path: root/homebrew/xmltoolingc/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xmltoolingc/.make.sh-auto')
-rw-r--r--homebrew/xmltoolingc/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/xmltoolingc/.make.sh-auto b/homebrew/xmltoolingc/.make.sh-auto
new file mode 100644
index 000000000..0683597a5
--- /dev/null
+++ b/homebrew/xmltoolingc/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.O2
+ENV.cxx11
+ENV.prepend_path "PKG_CONFIG_PATH", "#{Formula["openssl"].opt_lib}/pkgconfig"
+resource("curl").stage do
+pkg:configure --disable-dependency-tracking --disable-silent-rules --with-ssl=#{Formula[openssl"].opt_prefix}" --with-ca-bundle=#{etc}/openssl/cert.pem --with-ca-path=#{etc}/openssl/certs --without-libssh2 --without-libmetalink --without-gssapi --without-librtmp --disable-ares
+make DESTDIR=${PKG_DEST} install