[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Jun 15 10:17:02 MDT 2012


The branch, master has been updated
       via  3c94ba5 s3-winbindd: fix the build of idmap_ad modules.
      from  d7b0e9a s3-lib: Fix conversion of lib/events.c to modern tevent names

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


- Log -----------------------------------------------------------------
commit 3c94ba500707ff171e09c000e451d72cdf4a8776
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jun 14 12:55:55 2012 +0200

    s3-winbindd: fix the build of idmap_ad modules.
    
    Guenther
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Fri Jun 15 18:16:11 CEST 2012 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 d9b4d34..86d50ee 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -42,12 +42,13 @@ bld.SAMBA3_SUBSYSTEM('IDMAP_HASH',
 
 bld.SAMBA3_SUBSYSTEM('IDMAP_AD',
                     source=IDMAP_AD_SRC,
-                    deps='ads',
+                    deps='ads nss_info',
                     vars=locals(),
                     enabled=bld.env.HAVE_LDAP)
 
 bld.SAMBA3_MODULE('idmap_ad',
                  subsystem='idmap',
+                 allow_undefined_symbols=True,
                  source='',
                  deps='IDMAP_AD',
                  init_function='',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list