summaryrefslogtreecommitdiff
path: root/ctdb/configure
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/configure')
-rwxr-xr-xctdb/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/ctdb/configure b/ctdb/configure
index dbb0c1446b5..48b786b1612 100755
--- a/ctdb/configure
+++ b/ctdb/configure
@@ -10,6 +10,13 @@ WAF=buildtools/bin/waf
JOBS=1
export JOBS
+# Make sure we don't have any library preloaded.
+unset LD_PRELOAD
+
+# Make sure we get stable hashes
+PYTHONHASHSEED=1
+export PYTHONHASHSEED
+
cd . || exit 1
$PYTHON $WAF configure "$@" || exit 1
cd $PREVPATH