aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mdbtools.rb
diff options
context:
space:
mode:
authorKendall Park2013-04-18 14:09:56 -0500
committerAdam Vandenberg2013-04-29 09:30:54 -0700
commitb0683304da313bf0a481feba431e9b865a15a2a9 (patch)
tree2c5fad644d409dba24530927a39a88bd5e113322 /Library/Formula/mdbtools.rb
parent9fd6d1d200cedb79f7a0276a6b5fbd5cc9247c47 (diff)
downloadhomebrew-b0683304da313bf0a481feba431e9b865a15a2a9.tar.bz2
deparallelized make for mdbtools
Closes #19510. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mdbtools.rb')
-rw-r--r--Library/Formula/mdbtools.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mdbtools.rb b/Library/Formula/mdbtools.rb
index 3913e6d72..9897ab744 100644
--- a/Library/Formula/mdbtools.rb
+++ b/Library/Formula/mdbtools.rb
@@ -18,6 +18,7 @@ class Mdbtools < Formula
end
def install
+ ENV.deparallelize
system "NOCONFIGURE='yes' ./autogen.sh"
system "./configure", "--prefix=#{prefix}"
system "make install"