pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3272 - trunk/pingus


From: plouj at BerliOS
Subject: [Pingus-CVS] r3272 - trunk/pingus
Date: Tue, 2 Oct 2007 17:44:54 +0200

Author: plouj
Date: 2007-10-02 17:44:54 +0200 (Tue, 02 Oct 2007)
New Revision: 3272

Modified:
   trunk/pingus/SConstruct
Log:
- copy HOME var. from the calling environment to work around ccache compilation 
problems (eg: https://bugzilla.redhat.com/show_bug.cgi?id=315441)


Modified: trunk/pingus/SConstruct
===================================================================
--- trunk/pingus/SConstruct     2007-10-01 17:24:54 UTC (rev 3271)
+++ trunk/pingus/SConstruct     2007-10-02 15:44:54 UTC (rev 3272)
@@ -335,6 +335,8 @@
 
     if os.environ.has_key('PATH'):
         env['ENV']['PATH'] = os.environ['PATH']
+    if os.environ.has_key('HOME'):
+       env['ENV']['HOME'] = os.environ['HOME']
 
     if os.environ.has_key('PKG_CONFIG_PATH'):
         env['ENV']['PKG_CONFIG_PATH'] = os.environ['PKG_CONFIG_PATH']





reply via email to

[Prev in Thread] Current Thread [Next in Thread]