1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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
This commit is contained in:
Andreas Schneider 2014-10-09 15:55:36 +02:00 committed by Andreas Schneider
parent c1f4b6c39b
commit 644e53d615

3
configure vendored
View File

@ -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