socket_wrapper: Add missing dependency on tirpc
authorAmitay Isaacs <amitay@gmail.com>
Mon, 14 May 2018 06:52:58 +0000 (16:52 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 22 May 2018 11:57:07 +0000 (13:57 +0200)
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

third_party/socket_wrapper/wscript

index 1693b44eece66558b179dc7beb0108f2755f6603..86c9b3b59edcb78878c63280a29f02e40e448274 100644 (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')