mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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
This commit is contained in:
parent
20fda4f600
commit
7049b2153b
2
third_party/socket_wrapper/wscript
vendored
2
third_party/socket_wrapper/wscript
vendored
@ -109,6 +109,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…
Reference in New Issue
Block a user