[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4509-ga565729

Tim Prouty tprouty at samba.org
Sat Nov 22 00:50:40 GMT 2008


The branch, v3-3-test has been updated
       via  a56572994ee1de318172321e301be1ec4c1b6a8f (commit)
      from  a3c5ac0de490b6e34caaf840542553586489b30c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit a56572994ee1de318172321e301be1ec4c1b6a8f
Author: Dan Sledz <dsledz at isilon.com>
Date:   Fri Nov 14 18:41:17 2008 -0800

    [PATCH] FreeBSD configure check for backtrace_symbols
    
    On FreeBSD backtrace_symbols is defined in libexecinfo.so.1.  Look for it
    there as well.

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

Summary of changes:
 source/configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 1665e0e..dbfd4d5 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1059,6 +1059,8 @@ AC_CHECK_FUNCS(gettext dgettext)
 
 # Find a method of generating a stack trace
 AC_CHECK_HEADERS(execinfo.h libexc.h libunwind.h)
+# libexecinfo provides backtrace_symbols on FreeBSD
+AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
 AC_CHECK_FUNCS(backtrace_symbols)
 AC_CHECK_LIB(exc, trace_back_stack)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list