Link library for backtrace() on BSD...
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
23fe34b47a
commit
28cbe2ab4a
@ -1761,7 +1761,11 @@ if ($strict_warnings)
|
|||||||
{
|
{
|
||||||
$cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/)
|
$cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/)
|
||||||
}
|
}
|
||||||
}
|
if ($target =~ /^BSD-/)
|
||||||
|
{
|
||||||
|
$lflags .= " -lexecinfo";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
open(IN,"<Makefile.org") || die "unable to read Makefile.org:$!\n";
|
open(IN,"<Makefile.org") || die "unable to read Makefile.org:$!\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user