changeset 1518:b8dbb8d7d6cc

The Gentoo version of patch is broken, and can't apply patches unless TMPDIR is set, so add it to the whitelist.
author Rob Landley <rob@landley.net>
date Mon, 16 Apr 2012 21:31:22 -0500
parents a246e0b13639
children 83de80c10db8
files sources/utility_functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/utility_functions.sh	Sun Apr 15 00:44:14 2012 -0500
+++ b/sources/utility_functions.sh	Mon Apr 16 21:31:22 2012 -0500
@@ -17,7 +17,7 @@
 
   TEMP="$TEMP,LANG,PATH,SHELL,TERM,USER,USERNAME,LOGNAME,PWD,EDITOR,HOME,DISPLAY,_"
   TEMP="$TEMP,TOPSHELL,START_TIME,STAGE_NAME,TOOLCHAIN_PREFIX,HOST_ARCH,WRAPPY_LOGPATH,OLDPATH"
-  TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy,TEMP"
+  TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy,TEMP,TMPDIR"
 
   # Unset any variable we don't recognize.  It can screw up the build.