aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/httrack.rb
diff options
context:
space:
mode:
authorAli Asad Lotia2010-07-29 17:43:15 -0400
committerAdam Vandenberg2010-07-29 14:51:13 -0700
commitbef69f54d35467ebc09786b62262a180df237cf0 (patch)
tree85a1e25c0c7c70f62ccc736f15be7f8d7269c27e /Library/Formula/httrack.rb
parent292c438e0bc7a73808b8ffb2087c6d70d6ae3ef9 (diff)
downloadhomebrew-bef69f54d35467ebc09786b62262a180df237cf0.tar.bz2
Set ENV.deparallelize in httrack formula.
The build was failing at link time when attempting parallel make. Setting ENV.deparallelize builds httrack successfully. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/httrack.rb')
-rw-r--r--Library/Formula/httrack.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/httrack.rb b/Library/Formula/httrack.rb
index f102ecc70..d6a2639f3 100644
--- a/Library/Formula/httrack.rb
+++ b/Library/Formula/httrack.rb
@@ -7,6 +7,7 @@ class Httrack <Formula
version '3.43-9C'
def install
+ ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-shared=no"