The branch, master has been updated
via 7049b21 socket_wrapper: Add missing dependency on tirpc
from 20fda4f auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session
code.
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7049b2153b08152f03a0fcbb1817b430fe0a8451
Author: Amitay Isaacs <[email protected]>
Date: Mon May 14 16:52:58 2018 +1000
socket_wrapper: Add missing dependency on tirpc
Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Autobuild-User(master): Amitay Isaacs <[email protected]>
Autobuild-Date(master): Tue May 22 13:57:07 CEST 2018 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
third_party/socket_wrapper/wscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/third_party/socket_wrapper/wscript
b/third_party/socket_wrapper/wscript
index 1693b44..86c9b3b 100644
--- a/third_party/socket_wrapper/wscript
+++ b/third_party/socket_wrapper/wscript
@@ -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')
--
Samba Shared Repository