From a7386c9625d1f45c609f3ac688dcda62e5f50e2a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 31 Mar 2010 21:01:29 +1100 Subject: s4-waf: set JOBS=1 during configure.waf this allows configure to run on AIX, which has broken threading --- source4/configure.waf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit