1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

s4-waf: set JOBS=1 during configure.waf

this allows configure to run on AIX, which has broken threading
This commit is contained in:
Andrew Tridgell 2010-03-31 21:01:29 +11:00
parent e42a13d1d0
commit a7386c9625

View File

@ -4,6 +4,11 @@ echo "Using waf based build"
WAF=../buildtools/bin/waf
# using JOBS=1 gives maximum compatibility with
# systems like AIX which have broken threading in python
JOBS=1
export JOBS
# don't enable WAFCACHE by default till it is
# size limited
#export WAFCACHE=$HOME/.wafcache