[SCM] Samba Shared Repository - branch master updated

Ira Cooper ira at samba.org
Thu Jun 7 20:39:02 MDT 2012


The branch, master has been updated
       via  48b6c6a s3-waf: Fix the winbindd active directory idmap support build.
      from  2bdfd28 build: try to fix large file support for AIX

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


- Log -----------------------------------------------------------------
commit 48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b
Author: Ira Cooper <ira at samba.org>
Date:   Thu Jun 7 20:34:33 2012 -0400

    s3-waf: Fix the winbindd active directory idmap support build.
    
    This fixes the SAMBA3_MODULE for idmap_ad so it will actually attempt to build.
    
    Autobuild-User(master): Ira Cooper <ira at samba.org>
    Autobuild-Date(master): Fri Jun  8 04:38:04 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 3b5d1d3..d9b4d34 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -52,7 +52,7 @@ bld.SAMBA3_MODULE('idmap_ad',
                  deps='IDMAP_AD',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ad'),
-                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad' and bld.env.HAVE_LDAP))
+                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad') and bld.env.HAVE_LDAP)
 
 bld.SAMBA3_MODULE('idmap_rid',
                  subsystem='idmap',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list