The branch, master has been updated
via 9c81260 waf: Make sure we link against samba-util.
from 19c68f8 s3:idmap_autorid: fix freeing of non-talloced memory
(uninitialized pointer) (bug #9653)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 9c812604995836a51693f620459f415996e00159
Author: Andreas Schneider <[email protected]>
Date: Thu Feb 14 12:34:01 2013 +0100
waf: Make sure we link against samba-util.
libcmdline-credentials.so needs samba_getpass() from libsamba-util.so,
so we need to link against it.
Reviewed-by: Andrew Bartlet <[email protected]>
Autobuild-User(master): Andreas Schneider <[email protected]>
Autobuild-Date(master): Thu Feb 14 16:56:29 CET 2013 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/lib/cmdline/wscript_build | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/lib/cmdline/wscript_build
b/source4/lib/cmdline/wscript_build
index 9b6f6e5..f8df22a 100644
--- a/source4/lib/cmdline/wscript_build
+++ b/source4/lib/cmdline/wscript_build
@@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('cmdline-credentials',
source='credentials.c',
autoproto='credentials.h',
public_deps='samba-credentials popt',
+ deps='samba-util',
private_library=True)
bld.SAMBA_SUBSYSTEM('POPT_SAMBA',
--
Samba Shared Repository