summaryrefslogtreecommitdiff
path: root/lib/socket
diff options
context:
space:
mode:
authorZentaro Kavanagh <zentaro@google.com>2017-01-17 12:40:01 -0800
committerAndrew Bartlett <abartlet@samba.org>2017-01-23 08:26:43 +0100
commit8ec6d8a6f27bf6330f214cdad37b396d251b03ee (patch)
tree7f0da22ed5319bce2c1a06f5d8f79b03c6d58a43 /lib/socket
parent0272986377aecf06f00b7730379fd32b7066dc91 (diff)
downloadsamba-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/socket')
-rw-r--r--lib/socket/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/socket/wscript_build b/lib/socket/wscript_build
index 61bde129c58..92e5aef68d0 100644
--- a/lib/socket/wscript_build
+++ b/lib/socket/wscript_build
@@ -2,6 +2,6 @@
bld.SAMBA_LIBRARY('interfaces',
source='interfaces.c',
- deps='samba-util',
+ deps='samba-util samba-debug',
private_library=True
)