Commit 28cbe2ab authored by Ben Laurie's avatar Ben Laurie
Browse files

Link library for backtrace() on BSD...



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 23fe34b4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1761,6 +1761,10 @@ if ($strict_warnings)
			{
			$cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/)
			}
                if ($target =~ /^BSD-/)
	                {
                        $lflags .= " -lexecinfo";
                        }
                }
	}