diff options
author | Günther Deschner <gd@samba.org> | 2011-08-31 17:56:51 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-31 18:20:41 +0200 |
commit | 028f2471e7d20ff80301a01534738ce9e7101b86 (patch) | |
tree | dbc2c8b29758541b22f444ce57760fadaf81f277 /source3/winbindd | |
parent | 781074664deecec5c0067fccf1baee602fd18a83 (diff) | |
download | samba-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')
-rw-r--r-- | source3/winbindd/wscript_build | 1 |
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'), |