aboutsummaryrefslogtreecommitdiffstats
path: root/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Formula')
-rw-r--r--Formula/xmlrpc-c.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Formula/xmlrpc-c.rb b/Formula/xmlrpc-c.rb
index 7c866f5bf..2d0fba3b7 100644
--- a/Formula/xmlrpc-c.rb
+++ b/Formula/xmlrpc-c.rb
@@ -6,6 +6,7 @@ url='http://kent.dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.06.33.tgz'
md5='7dda4d8c5d26ae877d3809e428ce7962'
Formula.new(url, md5).brew do |prefix|
+ ENV['MAKEFLAGS']='' #parallel build doesn't work
# choosing --enable-libxml2-backend to lose some weight and not statically
# link in expat
#NOTE seemingly it isn't possible to build dylibs with this thing