[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Mon Apr 12 20:44:27 MDT 2010


The branch, master has been updated
       via  a7d762b... build: allow cross-builds to use shared libraries
      from  ab73692... s4-tevent: up tevent version number

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


- Log -----------------------------------------------------------------
commit a7d762bd2977ed1c36399d13ddc18371c5514fd0
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Apr 13 12:41:26 2010 +1000

    build: allow cross-builds to use shared libraries

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

Summary of changes:
 buildtools/wafsamba/samba_conftests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_conftests.py b/buildtools/wafsamba/samba_conftests.py
index 348dc34..ccd4763 100644
--- a/buildtools/wafsamba/samba_conftests.py
+++ b/buildtools/wafsamba/samba_conftests.py
@@ -165,7 +165,7 @@ def CHECK_LIBRARY_SUPPORT(conf, rpath=False, msg=None):
         ADD_LD_LIBRARY_PATH(os.path.join(bdir, 'default/libdir'))
 
     # we need to run the program, try to get its result
-    args = []
+    args = conf.SAMBA_CROSS_ARGS()
     proc = Utils.pproc.Popen([lastprog] + args, stdout=Utils.pproc.PIPE, stderr=Utils.pproc.PIPE)
     (out, err) = proc.communicate()
     w = conf.log.write


-- 
Samba Shared Repository


More information about the samba-cvs mailing list