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: tdb-1.3.10~352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d183261e6844724394d618912403cd0217401741;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 --- diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index b9de1fb9a75..ff2b82ef819 100755 --- a/source4/rpc_server/wscript_build +++ b/source4/rpc_server/wscript_build @@ -158,8 +158,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',