1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Apr  2 11:04:36 CEST 2014 on sn-devel-104
This commit is contained in:
Stefan Metzmacher 2014-02-26 07:34:51 +01:00 committed by Andrew Bartlett
parent b7f8ec97db
commit e1ec1f5d8d

View File

@ -63,6 +63,7 @@ def SAMBA_PYTHON(bld, name,
target_type='PYTHON',
install_path='${PYTHONARCHDIR}',
allow_undefined_symbols=True,
allow_warnings=True,
enabled=enabled)
Build.BuildContext.SAMBA_PYTHON = SAMBA_PYTHON