]> 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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 3 Aug 2016 09:19:13 +0000 (11:19 +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>
(cherry picked from commit d183261e6844724394d618912403cd0217401741)

source4/rpc_server/wscript_build

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