Commit 01014d1a80055a040d1cb742983fc5248c0e7cff
1 parent
647e55d2
Exists in
master
and in
13 other branches
Remove socket path configuration from mysql-client
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/software/mysql-client.rb
... | ... | @@ -60,7 +60,6 @@ build do |
60 | 60 | "-DZLIB_INCLUDE_DIR:PATH=#{install_dir}/embedded/include", |
61 | 61 | "-DZLIB_LIBRARY:FILEPATH=#{install_dir}/embedded/lib/libz.so", |
62 | 62 | "-DCRYPTO_LIBRARY:FILEPATH=#{install_dir}/embedded/lib/libcrypto.so", |
63 | - "-DMYSQL_UNIX_ADDR=#{install_dir}/embedded/data/mysql.sock", | |
64 | 63 | ".", |
65 | 64 | ].join(" "), :env => env |
66 | 65 | command "make -j #{max_build_jobs}", :env => env | ... | ... |