From: Ben Laurie Date: Wed, 9 Dec 2015 13:37:30 +0000 (+0000) Subject: Link library for backtrace() on BSD... X-Git-Tag: OpenSSL_1_1_0-pre1~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28cbe2ab4a06058066f6328c6d8654954217c744;p=oweals%2Fopenssl.git Link library for backtrace() on BSD... Reviewed-by: Rich Salz --- diff --git a/Configure b/Configure index edc9757e08..9473452bf8 100755 --- a/Configure +++ b/Configure @@ -1761,7 +1761,11 @@ if ($strict_warnings) { $cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/) } - } + if ($target =~ /^BSD-/) + { + $lflags .= " -lexecinfo"; + } + } } open(IN,"