summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-31 20:56:00 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:21 +1000
commite42a13d1d0a4ea37ada0b0a33d1ce87fde3412b4 (patch)
treed3d39f6b4560b28af9e54b4161abb28385b185e5 /buildtools/wafsamba/wafsamba.py
parentfe2c1f1e7c4eccb0f4ed849983b22839ec9f7930 (diff)
downloadsamba-e42a13d1d0a4ea37ada0b0a33d1ce87fde3412b4.tar.gz
samba-e42a13d1d0a4ea37ada0b0a33d1ce87fde3412b4.tar.bz2
samba-e42a13d1d0a4ea37ada0b0a33d1ce87fde3412b4.zip
build: enable 'nothreads' when JOBS=1
this makes waf not use pthreads, which should fix the problems on AIX and maybe on HPUX. It looks like process handling with Python on AIX is broken if threads are used. When JOBS=1 we don't need threads anyway.
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 51d85731eb..2fc7eceee5 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -19,6 +19,7 @@ from samba_python import *
from samba_deps import *
from samba_bundled import *
import samba_conftests
+import nothreads
LIB_PATH="shared"