1
0
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:
Amitay Isaacs 2018-05-14 16:52:58 +10:00 committed by Amitay Isaacs
parent 20fda4f600
commit 7049b2153b

View File

@ -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')