aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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"