diff options
author | Zentaro Kavanagh <zentaro@google.com> | 2017-01-17 12:40:01 -0800 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-01-23 08:26:43 +0100 |
commit | 8ec6d8a6f27bf6330f214cdad37b396d251b03ee (patch) | |
tree | 7f0da22ed5319bce2c1a06f5d8f79b03c6d58a43 /lib/param | |
parent | 0272986377aecf06f00b7730379fd32b7066dc91 (diff) | |
download | samba-8ec6d8a6f27bf6330f214cdad37b396d251b03ee.tar.gz |
Add explicit dependency on samba-debug from libinterfaces and libserverrole.
Currently these dependencies are indirect via a SAMBA_SUBSYSTEM
which does not propagate private library information. This results
in these 2 libraries getting generated with no RPATH information
in the ELF header.
Additional discussion [1].
[1] -
https://lists.samba.org/archive/samba-technical/2017-January/118078.html
Signed-off-by: Zentaro Kavanagh <zentaro@google.com>
Reviewed-by: Ralph Böhme <slow@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jan 23 08:26:43 CET 2017 on sn-devel-144
Diffstat (limited to 'lib/param')
-rw-r--r-- | lib/param/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/wscript_build b/lib/param/wscript_build index c7fe57717db..20c8bcab22a 100644 --- a/lib/param/wscript_build +++ b/lib/param/wscript_build @@ -32,7 +32,7 @@ bld.SAMBA_GENERATOR('param_table_gen.c', bld.SAMBA_LIBRARY('server-role', source='loadparm_server_role.c', - deps='samba-util', + deps='samba-util samba-debug', private_library=True) bld.SAMBA_LIBRARY('samba-hostconfig', |