From 97c0def79d123406b44289a131c054ebe863823d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 31 Oct 2010 23:30:50 +1100 Subject: 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 Autobuild-Date: Sun Oct 31 13:13:33 UTC 2010 on sn-devel-104 --- source4/auth/gensec/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/gensec/wscript_build') diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 902de0b152..dff6dc6fab 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' ) -- cgit