mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: fix build with gpfs support - add missing dependency to samba-debug
Pair-programmed-with: Stefan Metzmacher <metze@samba.org> Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Wed Jul 29 13:38:59 CEST 2015 on sn-devel-104
This commit is contained in:
parent
b9bef361d9
commit
d57e4ac3de
@ -30,6 +30,7 @@ bld.SAMBA_SUBSYSTEM('close-low-fd',
|
||||
local_include=False)
|
||||
|
||||
samba_debug_add_deps = ''
|
||||
samba_debug_add_inc = ''
|
||||
|
||||
if bld.CONFIG_SET('HAVE_GPFS'):
|
||||
bld.SAMBA_SUBSYSTEM('gpfswrap',
|
||||
@ -38,12 +39,14 @@ if bld.CONFIG_SET('HAVE_GPFS'):
|
||||
local_include=False,
|
||||
includes=bld.CONFIG_GET('CPPPATH_GPFS'))
|
||||
samba_debug_add_deps += ' gpfswrap'
|
||||
samba_debug_add_inc += bld.CONFIG_GET('CPPPATH_GPFS')
|
||||
|
||||
bld.SAMBA_LIBRARY('samba-debug',
|
||||
source='debug.c',
|
||||
deps='replace time-basic close-low-fd talloc socket-blocking' + samba_debug_add_deps,
|
||||
public_deps='systemd systemd-journal lttng-ust',
|
||||
local_include=False,
|
||||
includes=samba_debug_add_inc,
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA_LIBRARY('socket-blocking',
|
||||
|
Loading…
Reference in New Issue
Block a user