changeset 624:7641e1038cb6

The new distcc is dumb enough to use -Werror by default. Make it stop.
author Rob Landley <rob@landley.net>
date Tue, 17 Feb 2009 03:13:47 -0600
parents 6f7f4d9011af
children 065e1a0f6697
files host-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Mon Feb 16 15:32:29 2009 -0600
+++ b/host-tools.sh	Tue Feb 17 03:13:47 2009 -0600
@@ -138,7 +138,7 @@
 then
 echo build distcc
   setupfor distcc &&
-  ./configure --with-included-popt &&
+  ./configure --with-included-popt --disable-Werror &&
   make -j "$CPUS" &&
   cp distcc distccd "${HOSTTOOLS}" &&
   cd ..