]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
socket_wrapper: Add missing dependency on tirpc
authorAmitay Isaacs <amitay@gmail.com>
Mon, 14 May 2018 06:52:58 +0000 (16:52 +1000)
committerKarolin Seeger <kseeger@samba.org>
Mon, 9 Jul 2018 10:55:26 +0000 (12:55 +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

(cherry picked from commit 7049b2153b08152f03a0fcbb1817b430fe0a8451)

lib/socket_wrapper/wscript

index dbefa83ea330cc951cf5b5b2fcdeacfc82004b9f..47b8512eb9414ae8cef7151b09a040c1f343b854 100644 (file)
@@ -109,6 +109,6 @@ def build(bld):
         # breaks preloading!
         bld.SAMBA_LIBRARY('socket_wrapper',
                           source='socket_wrapper.c',
-                          deps='dl',
+                          deps='dl tirpc',
                           install=False,
                           realname='libsocket-wrapper.so')