From: Günther Deschner Date: Mon, 1 Feb 2016 22:11:13 +0000 (+0100) Subject: libsmb/pysmb: add pytalloc-util dependency to fix the build. X-Git-Tag: samba-4.2.12~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452d39388d45aaf02fda50bbabfe6de04dacb4ea;p=thirdparty%2Fsamba.git libsmb/pysmb: add pytalloc-util dependency to fix the build. Guenther Signed-off-by: Guenther Deschner Reviewed-by: Michael Adam Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Feb 2 15:49:14 CET 2016 on sn-devel-144 (cherry picked from commit 943e69ca8fd4491004eafbf29ed2ca748b0b7480) BUG: https://bugzilla.samba.org/show_bug.cgi?id=11789 --- diff --git a/source3/wscript_build b/source3/wscript_build index 2c94ef31ffe..7fb95072f2a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1462,7 +1462,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' )