[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Oct 9 11:33:02 MDT 2014


The branch, master has been updated
       via  644e53d configure: Unload the wrappers so waf configure succeeds.
      from  c1f4b6c build: do not install texpect binary anymore.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 644e53d615beecc44185b0e8b691e34b4ced7e7c
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Oct 9 15:55:36 2014 +0200

    configure: Unload the wrappers so waf configure succeeds.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Oct  9 19:32:16 CEST 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 configure |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure b/configure
index 30858df..a94c835 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list