Commit d2b5320f919165f5a659e14230f70d4a7dd4ffa4

Authored by Jacob Vosmaer
1 parent 01014d1a

Build only libmysql and mysql-client

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/software/mysql-client.rb
@@ -62,6 +62,6 @@ build do @@ -62,6 +62,6 @@ build do
62 "-DCRYPTO_LIBRARY:FILEPATH=#{install_dir}/embedded/lib/libcrypto.so", 62 "-DCRYPTO_LIBRARY:FILEPATH=#{install_dir}/embedded/lib/libcrypto.so",
63 ".", 63 ".",
64 ].join(" "), :env => env 64 ].join(" "), :env => env
65 - command "make -j #{max_build_jobs}", :env => env  
66 - command "make install", :env => env 65 + command "make -j #{max_build_jobs}", :env => env, :cwd => "#{project_dir}/libmysql"
  66 + command "make -j #{max_build_jobs}", :env => env, :cwd => "#{project_dir}/client"
67 end 67 end