[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Jan 22 06:44:02 MST 2013


The branch, master has been updated
       via  d56b456 s3-winbind: fix the build of idmap_ldap.
      from  9aca528 Tests: Fix the display of test vars in screen --testenv

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


- Log -----------------------------------------------------------------
commit d56b4560b585c613b65b05a9224c9e11f5038318
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jan 22 11:54:19 2013 +0100

    s3-winbind: fix the build of idmap_ldap.
    
    Guenther
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Tue Jan 22 14:43:40 CET 2013 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 0d826f0..7e80727 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -65,7 +65,8 @@ bld.SAMBA3_MODULE('idmap_ldap',
                  deps='smbldap smbldaphelper pdb',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ldap'),
-                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ldap') and bld.CONFIG_SET("HAVE_LDAP"))
+                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ldap') and bld.CONFIG_SET("HAVE_LDAP"),
+                  allow_undefined_symbols=True)
 
 bld.SAMBA3_MODULE('idmap_nss',
                  subsystem='idmap',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list