[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Apr 7 21:32:02 MDT 2012


The branch, master has been updated
       via  4a3da81 wafsamba: Return missing libs rather than last syslib.
      from  5138b1f s3: Compile fix for dbwrap_file.c

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


- Log -----------------------------------------------------------------
commit 4a3da81edb708c4652652226559989e764577634
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Apr 8 03:56:24 2012 +0200

    wafsamba: Return missing libs rather than last syslib.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sun Apr  8 05:31:15 CEST 2012 on sn-devel-104

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

Summary of changes:
 buildtools/wafsamba/samba_bundled.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_bundled.py b/buildtools/wafsamba/samba_bundled.py
index e13da9f..7fc0fb9 100644
--- a/buildtools/wafsamba/samba_bundled.py
+++ b/buildtools/wafsamba/samba_bundled.py
@@ -89,7 +89,7 @@ def CHECK_PREREQUISITES(conf, prereqs):
         f = 'FOUND_SYSTEMLIB_%s' % syslib
         if not f in conf.env:
             missing.append(syslib)
-    return syslib
+    return missing
 
 
 @runonce


-- 
Samba Shared Repository


More information about the samba-cvs mailing list