The branch, master has been updated
via 943e69c libsmb/pysmb: add pytalloc-util dependency to fix the build.
from 8a9493f s4-dsdb: Add debug message if we have a ldb error string
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 943e69ca8fd4491004eafbf29ed2ca748b0b7480
Author: Günther Deschner <[email protected]>
Date: Mon Feb 1 23:11:13 2016 +0100
libsmb/pysmb: add pytalloc-util dependency to fix the build.
Guenther
Signed-off-by: Guenther Deschner <[email protected]>
Reviewed-by: Michael Adam <[email protected]>
Autobuild-User(master): Günther Deschner <[email protected]>
Autobuild-Date(master): Tue Feb 2 15:49:14 CET 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/wscript_build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source3/wscript_build b/source3/wscript_build
index 14cccc5..0c7dfc2 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1494,7 +1494,7 @@ bld.SAMBA3_PYTHON('pysmbd',
bld.SAMBA3_PYTHON('pylibsmb',
source='libsmb/pylibsmb.c',
- deps='smbclient samba-credentials',
+ deps='smbclient samba-credentials pytalloc-util',
realname='samba/samba3/libsmb_samba_internal.so'
)
--
Samba Shared Repository