The branch, master has been updated
via 2d6571d Add missing com_err dependencies Signed-off-by: Jelmer
Vernooij <[email protected]>
from 63319c1 s4-auth: fixed formatting of some DEBUG() lines
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2d6571d2e576ea628f8c16545d977431bc22e791
Author: Ewoud Kohl van Wijngaarden <[email protected]>
Date: Thu Oct 6 00:36:46 2011 +0200
Add missing com_err dependencies
Signed-off-by: Jelmer Vernooij <[email protected]>
Autobuild-User: Jelmer Vernooij <[email protected]>
Autobuild-Date: Thu Oct 6 02:10:21 CEST 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
auth/kerberos/wscript_build | 2 +-
nsswitch/wscript_build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build
index 1070770..2421b16 100644
--- a/auth/kerberos/wscript_build
+++ b/auth/kerberos/wscript_build
@@ -1,3 +1,3 @@
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
source='gssapi_pac.c kerberos_pac.c',
- deps='gssapi_krb5 krb5 ndr-krb5pac')
+ deps='gssapi_krb5 krb5 ndr-krb5pac com_err')
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 298da06..4e353d3 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',
--
Samba Shared Repository