summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/configure.waf5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/configure.waf b/source4/configure.waf
index 40dfac6de4..128ac93057 100755
--- a/source4/configure.waf
+++ b/source4/configure.waf
@@ -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