svn commit: samba r8538 - branches/SAMBA_3_0/source/python trunk/source/python

gd at samba.org gd at samba.org
Mon Jul 18 08:25:23 GMT 2005


Author: gd
Date: 2005-07-18 08:25:21 +0000 (Mon, 18 Jul 2005)
New Revision: 8538

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8538

Log:
honour CC in python build.

Guenther

Modified:
   branches/SAMBA_3_0/source/python/setup.py
   trunk/source/python/setup.py


Changeset:
Modified: branches/SAMBA_3_0/source/python/setup.py
===================================================================
--- branches/SAMBA_3_0/source/python/setup.py	2005-07-18 06:26:03 UTC (rev 8537)
+++ branches/SAMBA_3_0/source/python/setup.py	2005-07-18 08:25:21 UTC (rev 8538)
@@ -37,6 +37,8 @@
 
 samba_srcdir = os.environ.get("SRCDIR", "")
 
+compiler = os.environ.get("CC", "")
+
 # These variables are filled in by configure
 
 samba_libs = os.environ.get("LIBS", "")

Modified: trunk/source/python/setup.py
===================================================================
--- trunk/source/python/setup.py	2005-07-18 06:26:03 UTC (rev 8537)
+++ trunk/source/python/setup.py	2005-07-18 08:25:21 UTC (rev 8538)
@@ -37,6 +37,8 @@
 
 samba_srcdir = os.environ.get("SRCDIR", "")
 
+compiler = os.environ.get("CC", "")
+
 # These variables are filled in by configure
 
 samba_libs = os.environ.get("LIBS", "")



More information about the samba-cvs mailing list