mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
socket_wrapper: Add missing dependency on tirpc
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue May 22 13:57:07 CEST 2018 on sn-devel-144 (cherry picked from commit 7049b2153b08152f03a0fcbb1817b430fe0a8451)
This commit is contained in:
parent
7f46b392bf
commit
0e3f149a09
2
third_party/socket_wrapper/wscript
vendored
2
third_party/socket_wrapper/wscript
vendored
@ -111,6 +111,6 @@ def build(bld):
|
||||
# breaks preloading!
|
||||
bld.SAMBA_LIBRARY('socket_wrapper',
|
||||
source='socket_wrapper.c',
|
||||
deps='dl pthread',
|
||||
deps='dl pthread tirpc',
|
||||
install=False,
|
||||
realname='libsocket-wrapper.so')
|
||||
|
Loading…
x
Reference in New Issue
Block a user