[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue May 15 08:13:04 MDT 2012


The branch, master has been updated
       via  5e6357b lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'
      from  78af473 s3-auth: Rename to init_system_session_info().

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


- Log -----------------------------------------------------------------
commit 5e6357b42149ad4504fdd7b05acd264d10fcbe67
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue May 15 12:40:19 2012 +0200

    lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Tue May 15 16:12:54 CEST 2012 on sn-devel-104

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

Summary of changes:
 lib/ccan/wscript |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/ccan/wscript b/lib/ccan/wscript
index 59fe93a..24034bb 100644
--- a/lib/ccan/wscript
+++ b/lib/ccan/wscript
@@ -117,8 +117,12 @@ def configure(conf):
                     addmain=False, link=False, cflags="-Werror",
                     define='HAVE_WARN_UNUSED_RESULT')
 
+    # backtrace could be in libexecinfo or in libc
+    conf.CHECK_FUNCS_IN('backtrace backtrace_symbols', 'execinfo', checklibc=True, headers='execinfo.h')
+
 def build(bld):
     bld.SAMBA_LIBRARY('ccan',
                       vnum="0.1-init-1161-g661d41f",
                       source=bld.path.ant_glob('*/*.c'),
+                      deps='execinfo',
                       private_library=True)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list