summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-10-09 15:55:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-10-09 19:32:16 +0200
commit644e53d615beecc44185b0e8b691e34b4ced7e7c (patch)
tree6c0be60108da6f8f081f51d6bf5abcd1ac45e749 /configure
parentc1f4b6c39beff7008a2746e65a9d8703b399f6a7 (diff)
downloadsamba-644e53d615beecc44185b0e8b691e34b4ced7e7c.tar.gz
configure: Unload the wrappers so waf configure succeeds.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Oct 9 19:32:16 CEST 2014 on sn-devel-104
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 30858df9e3c..a94c835a428 100755
--- a/configure
+++ b/configure
@@ -9,6 +9,9 @@ WAF=./buildtools/bin/waf
JOBS=1
export JOBS
+# Make sure we don't have any library preloaded.
+unset LD_PRELOAD
+
cd . || exit 1
${PYTHON:=python} $WAF configure "$@" || exit 1
cd $PREVPATH