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:
parent
e42a13d1d0
commit
a7386c9625
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user