aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/freetds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb
index 4df487934..7d66972aa 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -8,6 +8,7 @@ class Freetds < Formula
def install
system "./configure", "--prefix=#{prefix}", "--with-tdsver=7.1", "--mandir=#{man}"
system 'make'
+ ENV.j1 # Or fails to install on multi-core machines
system 'make install'
end
end