[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Fri Apr 9 05:27:47 MDT 2010


The branch, master has been updated
       via  92a051e... s4-waf: only enable the python uuid module if python <= 2.4
      from  a10f024... libwbclient: Fix some memleaks in the tests

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 92a051ef2fffe7e141531a15c0a8b39cb26e0908
Author: Andrew Tridgell <tridge at samba.org>
Date:   Fri Apr 9 21:24:59 2010 +1000

    s4-waf: only enable the python uuid module if python <= 2.4

-----------------------------------------------------------------------

Summary of changes:
 source4/scripting/python/wscript_build |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 9c12ca7..0709c42 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -17,7 +17,8 @@ bld.SAMBA_PYTHON('PYTALLOC',
 bld.SAMBA_PYTHON('python_uuid',
                  source='uuidmodule.c',
                  deps='LIBNDR',
-                 realname='uuid.so'
+                 realname='uuid.so',
+                 enabled = float(bld.env.PYTHON_VERSION) <= 2.4
                  )
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list