summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-08-31 17:56:51 +0200
committerGünther Deschner <gd@samba.org>2011-08-31 18:20:41 +0200
commit028f2471e7d20ff80301a01534738ce9e7101b86 (patch)
treedbc2c8b29758541b22f444ce57760fadaf81f277 /source3/winbindd/wscript_build
parent781074664deecec5c0067fccf1baee602fd18a83 (diff)
downloadsamba-028f2471e7d20ff80301a01534738ce9e7101b86.tar.gz
samba-028f2471e7d20ff80301a01534738ce9e7101b86.tar.bz2
samba-028f2471e7d20ff80301a01534738ce9e7101b86.zip
s3-waf: allow undefined symbols in idmap_rid module.
Guenther
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 5c9e096127..d59cececf8 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'),