The branch, master has been updated via 6c421f523bf s3/rpc_server: add deps of rpc_mdssvc_module from 9bb5b326210 rpc_server: Remove protocol-specific dcerpc_setup_ routines
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 6c421f523bf0cbf95d6724b866de9d1f8809c0d2 Author: Ralph Boehme <s...@samba.org> Date: Thu Jan 7 15:51:26 2021 +0100 s3/rpc_server: add deps of rpc_mdssvc_module This allows removing allow_undefined_symbols=True. Signed-off-by: Ralph Boehme <s...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> Autobuild-User(master): Ralph Böhme <s...@samba.org> Autobuild-Date(master): Thu Jan 14 16:05:10 UTC 2021 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: source3/rpc_server/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build index 6adf15486ce..482e582bd8b 100644 --- a/source3/rpc_server/wscript_build +++ b/source3/rpc_server/wscript_build @@ -127,7 +127,7 @@ rpc_mdssvc_sources = ''' mdssvc/mdssvc_noindex.c mdssvc/srv_mdssvc_nt.c ''' -rpc_mdssvc_deps = 'mdssvc samba-util ' +rpc_mdssvc_deps = 'mdssvc samba-util smbd_base ' if bld.env.spotlight_backend_tracker: rpc_mdssvc_sources += ''' @@ -152,7 +152,6 @@ if bld.env.spotlight_backend_es: bld.SAMBA3_MODULE('rpc_mdssvc_module', subsystem='rpc', - allow_undefined_symbols=True, source=rpc_mdssvc_sources, init_function='', deps=rpc_mdssvc_deps, -- Samba Shared Repository