Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #83 from boxen/sierra-fixes
Browse files Browse the repository at this point in the history
Updates Homebrew formula to work on Sierra
  • Loading branch information
jacobbednarz authored Dec 19, 2017
2 parents c2c6323 + 6a4e1d7 commit 742bdfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions files/brews/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def install
"COMMAND /usr/bin/libtool -static -o ${TARGET_LOCATION}",
"COMMAND libtool -static -o ${TARGET_LOCATION}"

# Build without compiler or CPU specific optimization flags to facilitate
# compilation of gems and other software that queries `mysql-config`.
ENV.minimal_optimization

# -DINSTALL_* are relative to prefix
args = %W[
.
Expand Down
3 changes: 3 additions & 0 deletions templates/my.cnf.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[mysqld]
skip-name-resolve

[client]
host=<%= @host %>
port=<%= @port %>
Expand Down

0 comments on commit 742bdfa

Please sign in to comment.