diff options
| author | Stefan Metzmacher <metze@samba.org> | 2014-02-26 07:35:22 +0100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-04-02 09:03:46 +0200 |
| commit | daf6d0fb287e567727825f5a619714bd94b03e8b (patch) | |
| tree | 01ddeb37fa5fb2ac619a3816c40c838df11543cb | |
| parent | 6662c2b096dbd5fdd0e2eb0a4e328466afa95e70 (diff) | |
| download | samba-daf6d0fb287e567727825f5a619714bd94b03e8b.tar.gz samba-daf6d0fb287e567727825f5a619714bd94b03e8b.tar.xz samba-daf6d0fb287e567727825f5a619714bd94b03e8b.zip | |
s4:auth/gensec: explicitly use allow_warnings=True for gssapi and sasl modules
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
| -rwxr-xr-x | source4/auth/gensec/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index a3eff978c3..df633d4af7 100755 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -19,6 +19,7 @@ bld.SAMBA_MODULE('gensec_gssapi', source='gensec_gssapi.c', subsystem='gensec', init_function='gensec_gssapi_init', + allow_warnings=True, deps='gssapi samba-credentials authkrb5 com_err gensec_util' ) @@ -28,6 +29,7 @@ bld.SAMBA_MODULE('cyrus_sasl', subsystem='gensec', init_function='gensec_sasl_init', deps='samba-credentials sasl2', + allow_warnings=True, enabled=bld.CONFIG_SET('HAVE_SASL') ) |
