>From dd5551abfdd9b75bb2082b13a7c94ae65349fc04 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 15 May 2012 10:54:34 +0200 Subject: [PATCH] ccan: Fix the build on FreeBSD9 FreeBSD9 has the symbol "backtrace" in libexecinfo --- lib/ccan/wscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/ccan/wscript b/lib/ccan/wscript index 59fe93a..3304a3e 100644 --- a/lib/ccan/wscript +++ b/lib/ccan/wscript @@ -121,4 +121,5 @@ def build(bld): bld.SAMBA_LIBRARY('ccan', vnum="0.1-init-1161-g661d41f", source=bld.path.ant_glob('*/*.c'), + deps='execinfo', private_library=True) -- 1.7.8