aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql-connector-c.rb
diff options
context:
space:
mode:
authorMax Howell2009-08-07 15:41:43 +0100
committerMax Howell2009-08-10 18:11:22 +0100
commitd21205067c2a77555f51f1ab74aa75d8092c3cae (patch)
treeb402b97adf7825230523066a00296f336d541637 /Library/Formula/mysql-connector-c.rb
parent6b6d3699a29359343725ad0eb1394c46a5c6406b (diff)
downloadhomebrew-d21205067c2a77555f51f1ab74aa75d8092c3cae.tar.bz2
Apply new ENV capabilities to all existing Formulae
Diffstat (limited to 'Library/Formula/mysql-connector-c.rb')
-rw-r--r--Library/Formula/mysql-connector-c.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb
index c661aacac..f97945135 100644
--- a/Library/Formula/mysql-connector-c.rb
+++ b/Library/Formula/mysql-connector-c.rb
@@ -10,8 +10,7 @@ class MysqlConnectorC <Formula
end
def install
- system "cmake -G 'Unix Makefiles' -DCMAKE_INSTALL_PREFIX=#{prefix}"
- system 'make'
+ system "cmake . #{std_cmake_parameters}"
system 'make install'
end
end