Set MySQL sysconfdir so my.cnf can be in 'etc'

Fixes Homebrew/homebrew#501
master
Lincoln Stoll 2010-01-18 20:23:50 +01:00 committed by Max Howell
parent cca9b082a3
commit f32f78d236
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class Mysql <Formula
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--localstatedir=#{var}/mysql",
"--sysconfdir=#{etc}",
"--with-plugins=innobase,myisam",
"--with-extra-charsets=complex",
"--with-ssl",