From 9c812604995836a51693f620459f415996e00159 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 14 Feb 2013 12:34:01 +0100 Subject: [PATCH] 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 Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Feb 14 16:56:29 CET 2013 on sn-devel-104 --- source4/lib/cmdline/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/cmdline/wscript_build b/source4/lib/cmdline/wscript_build index 9b6f6e5895e..f8df22a5a19 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', -- 2.11.4.GIT