mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +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:
parent
c1f4b6c39b
commit
644e53d615
3
configure
vendored
3
configure
vendored
@ -9,6 +9,9 @@ WAF=./buildtools/bin/waf
|
|||||||
JOBS=1
|
JOBS=1
|
||||||
export JOBS
|
export JOBS
|
||||||
|
|
||||||
|
# Make sure we don't have any library preloaded.
|
||||||
|
unset LD_PRELOAD
|
||||||
|
|
||||||
cd . || exit 1
|
cd . || exit 1
|
||||||
${PYTHON:=python} $WAF configure "$@" || exit 1
|
${PYTHON:=python} $WAF configure "$@" || exit 1
|
||||||
cd $PREVPATH
|
cd $PREVPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user