summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-06-18 19:11:19 +0200
committerVolker Lendecke <vl@samba.org>2021-12-10 14:02:30 +0000
commita7c65958a15149918415b7456d6f20ee8c9669d2 (patch)
treeeefef276bc9e3bc68924e7a4316463acefba0d72 /source3/wscript
parentd522a8cce12043903ecf4f66835eb69367cdde17 (diff)
downloadsamba-a7c65958a15149918415b7456d6f20ee8c9669d2.tar.gz
s3:rpc_server: Activate samba-dcerpcd
This is the big switch to use samba-dcerpcd for the RPC services in source3/. It is a pretty big and unordered patch, but I don't see a good way to split this up into more manageable pieces without sacrificing bisectability even more. Probably I could cut out a few small ones, but a major architechtural switch like this will always be messy. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript
index 9a74b7d7f3f..8eb4b0e04ca 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1847,7 +1847,6 @@ main() {
conf.fatal("Unmet dependencies for Spotlight backends")
Logs.info("Building with Spotlight support, available backends: %s" % ', '.join(backends))
- default_static_modules.extend(['rpc_mdssvc_module'])
conf.DEFINE('WITH_SPOTLIGHT', '1')
conf.env.with_spotlight = True
@@ -2030,7 +2029,7 @@ main() {
static_list = {}
shared_list = {}
- prefixes = ['vfs', 'pdb', 'auth', 'nss_info', 'charset', 'idmap', 'gpext', 'perfcount', 'rpc']
+ prefixes = ['vfs', 'pdb', 'auth', 'nss_info', 'charset', 'idmap', 'gpext', 'perfcount']
conf.env['MODULE_PREFIXES'] = prefixes
for p in prefixes:
for m in final_static_modules: