]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Always build eventlog6. This is not a duplicate of eventlog
authorAndrew Bartlett <abartlet@samba.org>
Sat, 9 Jul 2016 05:34:39 +0000 (17:34 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2016 11:41:11 +0000 (13:41 +0200)
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 <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/rpc_server/wscript_build

index b9de1fb9a75da325495e56f6ad84f03aa04e115a..ff2b82ef8195d1629464a21bff50bdb493b60d56 100755 (executable)
@@ -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',