changeset 625:065e1a0f6697

The new distcc version notices the host has the python binary, and assumes it has the python-dev package installed as well supplying Python.h, which isn't remotely guaranteed. So trim the $PATH to prevent it from finding python.
author Rob Landley <rob@landley.net>
date Tue, 17 Feb 2009 13:53:50 -0600
parents 7641e1038cb6
children 189dc4e359ec
files host-tools.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Tue Feb 17 03:13:47 2009 -0600
+++ b/host-tools.sh	Tue Feb 17 13:53:50 2009 -0600
@@ -122,6 +122,8 @@
 
     cleanup busybox
   fi
+
+  PATH="${HOSTTOOLS}"
 fi
 
 # This is optionally used by mini-native to accelerate native builds when