summaryrefslogtreecommitdiff
path: root/homebrew/mysqlxx/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mysqlxx/.make.sh-auto')
-rw-r--r--homebrew/mysqlxx/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/mysqlxx/.make.sh-auto b/homebrew/mysqlxx/.make.sh-auto
new file mode 100644
index 000000000..1159cf2d1
--- /dev/null
+++ b/homebrew/mysqlxx/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+mysql = Formula["mysql-client"]
+pkg:configure --disable-dependency-tracking --with-field-limit=40 --with-mysql-lib=#{mysql.opt_lib} --with-mysql-include=#{mysql.opt_include}/mysql
+make DESTDIR=${PKG_DEST} install