s4-waf: set JOBS=1 during configure.waf
[samba.git] / source4 / configure.waf
index 40dfac6de443c3947f3aae05ef20489e6e420fda..128ac930571f89d8aa64e6df02464b9ba3530398 100755 (executable)
@@ -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