The branch master has been updated
via 28cbe2ab4a06058066f6328c6d8654954217c744 (commit)
from 23fe34b47a152309ea4675ecaf9aa0faa1c581e2 (commit)
- Log -----------------------------------------------------------------
commit 28cbe2ab4a06058066f6328c6d8654954217c744
Author: Ben Laurie <[email protected]>
Date: Wed Dec 9 13:37:30 2015 +0000
Link library for backtrace() on BSD...
Reviewed-by: Rich Salz <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Configure | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Configure b/Configure
index edc9757..9473452 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,"<Makefile.org") || die "unable to read Makefile.org:$!\n";
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits