added '--with-readline' to configure_args
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
52918cfe85
commit
e4b07f7d9b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Mysql <Formula
|
||||||
"--with-plugins=innobase,myisam",
|
"--with-plugins=innobase,myisam",
|
||||||
"--with-extra-charsets=complex",
|
"--with-extra-charsets=complex",
|
||||||
"--with-ssl",
|
"--with-ssl",
|
||||||
|
"--with-readline",
|
||||||
"--enable-assembler",
|
"--enable-assembler",
|
||||||
"--enable-thread-safe-client",
|
"--enable-thread-safe-client",
|
||||||
"--enable-local-infile",
|
"--enable-local-infile",
|
||||||
|
|
Loading…
Reference in a new issue