aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFarthen2011-08-10 04:09:11 +0200
committerAdam Vandenberg2011-08-10 10:21:41 -0700
commit485cc2775c2db6d9760a277d044d190c387ba9c6 (patch)
tree27c17b7b279256f7812296a0e385f53c7995ec4b /Library/Formula
parentf6b9073cf91f05f0c7ccba39bc1becf93bc6f117 (diff)
downloadhomebrew-485cc2775c2db6d9760a277d044d190c387ba9c6.tar.bz2
avrdude: serialize build
Workaround for http://github.com/mxcl/homebrew/issues/6915 Fixes #6915 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/avrdude.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/avrdude.rb b/Library/Formula/avrdude.rb
index 995606d11..aacb1c847 100644
--- a/Library/Formula/avrdude.rb
+++ b/Library/Formula/avrdude.rb
@@ -12,6 +12,7 @@ class Avrdude < Formula
end
def install
+ ENV.j1 # See http://github.com/mxcl/homebrew/issues/6915
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make"
system "make install"