[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Aug 31 11:49:03 MDT 2011


The branch, master has been updated
       via  fe6c565 s3-waf: fix unresolved symbols in the group policy client side extensions subsystem.
       via  fb8d63b s3-waf: convert libgpo into a private library.
       via  028f247 s3-waf: allow undefined symbols in idmap_rid module.
      from  7810746 s3: Fix bug 8334, do not fork the echo handler for smb2

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


- Log -----------------------------------------------------------------
commit fe6c56524075e1ca8e95d531dc1945c0ff6fa783
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 31 18:19:40 2011 +0200

    s3-waf: fix unresolved symbols in the group policy client side extensions subsystem.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed Aug 31 19:48:39 CEST 2011 on sn-devel-104

commit fb8d63bf82eee9103326aac8829394ff8ec65449
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 31 18:19:13 2011 +0200

    s3-waf: convert libgpo into a private library.
    
    Guenther

commit 028f2471e7d20ff80301a01534738ce9e7101b86
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 31 17:56:51 2011 +0200

    s3-waf: allow undefined symbols in idmap_rid module.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libgpo/gpext/wscript_build b/source3/libgpo/gpext/wscript_build
index 3c835dd..fc44eb8 100644
--- a/source3/libgpo/gpext/wscript_build
+++ b/source3/libgpo/gpext/wscript_build
@@ -8,7 +8,7 @@ GPEXT_SRC = '''../../../libgpo/gpext/gpext.c'''
 
 bld.SAMBA3_SUBSYSTEM('gpext',
                     source=GPEXT_SRC,
-                    deps='samba-util',
+                    deps='samba-util samba3core libgpo',
                     vars=locals())
 
 bld.SAMBA3_MODULE('gpext_registry',
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 5c9e096..d59cece 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -56,6 +56,7 @@ bld.SAMBA3_MODULE('idmap_ad',
 
 bld.SAMBA3_MODULE('idmap_rid',
                  subsystem='idmap',
+                 allow_undefined_symbols=True,
                  source=IDMAP_RID_SRC,
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_rid'),
diff --git a/source3/wscript_build b/source3/wscript_build
index d04f519..a144549 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -717,10 +717,11 @@ bld.SAMBA3_SUBSYSTEM('LIBMSRPC_GEN',
                     deps='''ndr-standard NDR_DSSETUP NDR_SPOOLSS''',
                     vars=locals())
 
-bld.SAMBA3_SUBSYSTEM('LIBGPO',
-                    source='${LIBGPO_SRC}',
-                    deps='gpext talloc',
-                    vars=locals())
+bld.SAMBA3_LIBRARY('libgpo',
+                   source='${LIBGPO_SRC}',
+                   deps='talloc ads TOKEN_UTIL gpext',
+                   vars=locals(),
+                   private_library=True)
 
 bld.SAMBA3_SUBSYSTEM('AVAHI',
                     source=AVAHI_SRC,
@@ -1184,7 +1185,7 @@ bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3,
 bld.SAMBA3_BINARY('net',
                  source=NET_SRC,
                  deps='''talloc tdb_compat netapi addns cap intl popt_samba3 pdb libsmb smbd_shim
-                 param wbclient param KRBCLIENT LIBMSRPC_GEN msrpc3 LIBGPO ads LIBADS_SERVER LIBADS_PRINTER
+                 param wbclient param KRBCLIENT LIBMSRPC_GEN msrpc3 libgpo ads LIBADS_SERVER LIBADS_PRINTER
                  LIBAFS LIBAFS_SETTOKEN SMBREADLINE PASSWD_UTIL LIBNET
                  LIBNET_DSSYNC LIBNET_SAMSYNC LIBEVENTLOG DCUTIL
                  REGFIO NDR_NTPRINTING RPC_NDR_WINREG


-- 
Samba Shared Repository


More information about the samba-cvs mailing list