The branch, master has been updated
via 22c407d libcli/nbt/wscript_build - fix build of "lmhosts"
from 1fbb3f2 s3-param: Make "rlimit_max below minimum Windows limit"
notification less scary
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 22c407d8bd01d98498c1960b58b5d49d8dda8899
Author: Matthias Dieter Wallnöfer <[email protected]>
Date: Fri Feb 25 10:13:45 2011 +0100
libcli/nbt/wscript_build - fix build of "lmhosts"
Needs also the "talloc" dependency.
Signed-off-by: Andrew Bartlett <[email protected]>
Autobuild-User: Matthias Dieter Wallnöfer <[email protected]>
Autobuild-Date: Fri Feb 25 11:01:31 CET 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
libcli/nbt/wscript_build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index 6227482..6f7a174 100644
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -8,8 +8,8 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
bld.SAMBA_SUBSYSTEM('lmhosts',
source='lmhosts.c',
- deps='replace')
-
+ deps='replace talloc'
+ )
if bld.env._SAMBA_BUILD_ == 4:
bld.SAMBA_LIBRARY('cli-nbt',
--
Samba Shared Repository