]> git.samba.org - mat/samba.git/commitdiff
s3-waf: allow undefined symbols in idmap_rid module.
authorGünther Deschner <gd@samba.org>
Wed, 31 Aug 2011 15:56:51 +0000 (17:56 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 31 Aug 2011 16:20:41 +0000 (18:20 +0200)
Guenther

source3/winbindd/wscript_build

index 5c9e096127fa8fada93b6b582e997ccec0160153..d59cececf8d63be91713dc87e63087e6e79e259a 100644 (file)
@@ -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'),