diff --git a/Configure b/Configure index edc9757e08756f6a8381d3e23877f34271129bf9..9473452bf8ca80b390e916ad74d25f12dd9add4a 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,"