The branch, master has been updated via 97c0def s4-auth: added a dependency on com_err from f99c009 replace: Build using waf by default.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 97c0def79d123406b44289a131c054ebe863823d Author: Andrew Tridgell <tri...@samba.org> Date: Sun Oct 31 23:30:50 2010 +1100 s4-auth: added a dependency on com_err this helps with the gentoo build. The problem is that without the depenency, we don't add the cflags from the pkgconfig for com_err to the build of auth/gensec. That really reflects a more general problem with propogation of include dependencies, but this simple fix should be enough for now. Autobuild-User: Andrew Tridgell <tri...@samba.org> Autobuild-Date: Sun Oct 31 13:13:33 UTC 2010 on sn-devel-104 ----------------------------------------------------------------------- Summary of changes: source4/auth/gensec/wscript_build | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 902de0b..dff6dc6 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -23,7 +23,7 @@ bld.SAMBA_MODULE('gensec_gssapi', source='gensec_gssapi.c', subsystem='gensec', init_function='gensec_gssapi_init', - deps='gssapi CREDENTIALS authkrb5' + deps='gssapi CREDENTIALS authkrb5 com_err' ) -- Samba Shared Repository