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

Commit 742bdfa

Browse files
authored
Merge pull request #83 from boxen/sierra-fixes
Updates Homebrew formula to work on Sierra
2 parents c2c6323 + 6a4e1d7 commit 742bdfa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

files/brews/mysql.rb

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def install
3737
"COMMAND /usr/bin/libtool -static -o ${TARGET_LOCATION}",
3838
"COMMAND libtool -static -o ${TARGET_LOCATION}"
3939

40-
# Build without compiler or CPU specific optimization flags to facilitate
41-
# compilation of gems and other software that queries `mysql-config`.
42-
ENV.minimal_optimization
43-
4440
# -DINSTALL_* are relative to prefix
4541
args = %W[
4642
.

templates/my.cnf.erb

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[mysqld]
2+
skip-name-resolve
3+
14
[client]
25
host=<%= @host %>
36
port=<%= @port %>

0 commit comments

Comments
 (0)