From: Andrew Bartlett Date: Sat, 9 Jul 2016 05:34:39 +0000 (+1200) Subject: build: Always build eventlog6. This is not a duplicate of eventlog X-Git-Tag: samba-4.3.12~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a47f896b0bee013a9a042b91d762d798dd14d1f5;p=thirdparty%2Fsamba.git build: Always build eventlog6. This is not a duplicate of eventlog The eventlog6 pipe is not a duplicate with the source3 code, so should be built even for the default build with smbd for file serving This fixes commit 0b4c741b9c03d147ee5f56d027bacda75c1b5282 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12026 Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall (cherry picked from commit d183261e6844724394d618912403cd0217401741) --- diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index f5198758c78..d3781b9a07d 100755 --- a/source4/rpc_server/wscript_build +++ b/source4/rpc_server/wscript_build @@ -150,8 +150,7 @@ bld.SAMBA_MODULE('dcerpc_eventlog', source='eventlog/dcesrv_eventlog6.c', subsystem='dcerpc_server', init_function='dcerpc_server_eventlog6_init', - deps='DCERPC_COMMON', - enabled=bld.CONFIG_SET('WITH_NTVFS_FILESERVER') + deps='DCERPC_COMMON' ) bld.SAMBA_MODULE('dcerpc_dnsserver',