aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2011-01-20 22:39:13 +0000
committerMike McQuaid2011-01-20 22:39:13 +0000
commit0f36cd51a8fb8ba32f4000ebd7eb1bcdc63e601f (patch)
tree63b8e1730638fc2cf1e4f92e00249c84f883541c
parent65155a240af45820c7792c29ca935a0bdc25b3b1 (diff)
downloadhomebrew-0f36cd51a8fb8ba32f4000ebd7eb1bcdc63e601f.tar.bz2
Fix thrift parallelism.
Closes #3896.
-rw-r--r--Library/Formula/thrift.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index 68b547be8..ac5c66347 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -23,6 +23,7 @@ class Thrift <Formula
"--without-ruby",
"--without-perl",
"--without-php"
+ ENV.j1
system "make"
system "make install"
end