From: Günther Deschner Date: Tue, 22 Feb 2011 19:43:23 +0000 (+0100) Subject: s3-waf: make sure ENABLE_BUILD_FARM_HACKS is enabled when run on the buildfarm. X-Git-Tag: tevent-0.9.11~357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef896e647a1b19f8d0fc35dad823401e24354435;p=thirdparty%2Fsamba.git s3-waf: make sure ENABLE_BUILD_FARM_HACKS is enabled when run on the buildfarm. Guenther --- diff --git a/source3/wscript b/source3/wscript index ea68959c1ce..baaeaf506c4 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1295,6 +1295,9 @@ main() { addmain=False, execute=True) + if os.environ.get('RUN_FROM_BUILD_FARM') is not None: + conf.define('ENABLE_BUILD_FARM_HACKS', '1') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default