diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 20:43:23 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 21:52:19 +0100 |
commit | ef896e647a1b19f8d0fc35dad823401e24354435 (patch) | |
tree | 18ead0a7492ba2ad2aaab2c937821430fc5b3d0c | |
parent | 28b4b059386b4369d6ad85c82bbc150aa81609c4 (diff) | |
download | samba-ef896e647a1b19f8d0fc35dad823401e24354435.tar.gz samba-ef896e647a1b19f8d0fc35dad823401e24354435.tar.bz2 samba-ef896e647a1b19f8d0fc35dad823401e24354435.zip |
s3-waf: make sure ENABLE_BUILD_FARM_HACKS is enabled when run on the buildfarm.
Guenther
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index ea68959c1c..baaeaf506c 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 |