summaryrefslogtreecommitdiff
path: root/lib/tdb/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb/configure')
-rwxr-xr-xlib/tdb/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/tdb/configure b/lib/tdb/configure
index d0ab6685fbe..af761854ef4 100755
--- a/lib/tdb/configure
+++ b/lib/tdb/configure
@@ -16,6 +16,13 @@ fi
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