[SCM] Samba Shared Repository - branch master updated

Alexander Bokovoy ab at samba.org
Wed Jan 16 13:32:02 MST 2013


The branch, master has been updated
       via  9ba44cc build(waf): fix the abi_match for the pdb library
      from  46b6afc s4-torture: add ndr64 spoolss openprinterex to ndr test.

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


- Log -----------------------------------------------------------------
commit 9ba44cc610426fb558b49aa9680b5bdf55c29082
Author: Michael Adam <obnox at samba.org>
Date:   Tue Jan 15 15:35:09 2013 +0100

    build(waf): fix the abi_match for the pdb library
    
    The global wildcard match is automatically added by the parsing code
    if the global match list is empty. Specifying an explicit '*' as the only
    global match lets the parsing code add a second '*' to the local list,
    which is an error tolerated on my linux by ld (the GNU linker), but
    not by the stricter GNU ELF linker "gold".
    
    Pair-Programmed-With: Gregor Beck <gbeck at sernet.de>
    
    Signed-off-by: Gregor Beck <gbeck at sernet.de>
    Signed-off-by: Michael Adam <obnox at samba.org>
    Signed-off-by: Alexander Bokovoy <ab at samba.org>
    
    Autobuild-User(master): Alexander Bokovoy <ab at samba.org>
    Autobuild-Date(master): Wed Jan 16 21:31:00 CET 2013 on sn-devel-104

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

Summary of changes:
 source3/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 107587d..2e530f5 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -731,7 +731,7 @@ bld.SAMBA3_LIBRARY('pdb',
 				include/passdb.h
 				passdb/machine_sid.h
 				passdb/lookup_sid.h''',
-                   abi_match=private_pdb_match + ['*'],
+                   abi_match=private_pdb_match,
                    abi_directory='passdb/ABI',
                    vnum='0',
                    vars=locals())


-- 
Samba Shared Repository


More information about the samba-cvs mailing list