diff options
Diffstat (limited to 'homebrew/xmlsecurityc/.make.sh-auto')
-rw-r--r-- | homebrew/xmlsecurityc/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/xmlsecurityc/.make.sh-auto b/homebrew/xmlsecurityc/.make.sh-auto new file mode 100644 index 000000000..c878ca9a7 --- /dev/null +++ b/homebrew/xmlsecurityc/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV.cxx11 +pkg:configure --disable-dependency-tracking --with-openssl=#{Formula[openssl"].opt_prefix}" +make DESTDIR=${PKG_DEST} install |