From 2d6571d2e576ea628f8c16545d977431bc22e791 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 6 Oct 2011 00:36:46 +0200 Subject: Add missing com_err dependencies Signed-off-by: Jelmer Vernooij Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Oct 6 02:10:21 CEST 2011 on sn-devel-104 --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 298da060015..4e353d3bd34 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -33,7 +33,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'): if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'): bld.SAMBA_LIBRARY('winbind_krb5_locator', source='winbind_krb5_locator.c', - deps='wbclient krb5', + deps='wbclient krb5 com_err', realname='winbind_krb5_locator.so') bld.SAMBA_SUBSYSTEM('WB_REQTRANS', -- cgit v1.2.1