From 21bbb46ae6f3b16962701c836d41bde791baba06 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 25 May 2009 11:49:36 +0100 Subject: [PATCH] xmlrpc-c won't build -j2 --- Formula/xmlrpc-c.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/xmlrpc-c.rb b/Formula/xmlrpc-c.rb index 7c866f5bf9..2d0fba3b71 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