diff options
author | Andreas Schneider <asn@samba.org> | 2014-10-09 15:55:36 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2014-10-09 19:32:16 +0200 |
commit | 644e53d615beecc44185b0e8b691e34b4ced7e7c (patch) | |
tree | 6c0be60108da6f8f081f51d6bf5abcd1ac45e749 /configure | |
parent | c1f4b6c39beff7008a2746e65a9d8703b399f6a7 (diff) | |
download | samba-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-x | configure | 3 |
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 |