[openssl-commits] [openssl] master update

Ben Laurie ben at openssl.org
Wed Dec 9 18:20:28 UTC 2015


The branch master has been updated
       via  28cbe2ab4a06058066f6328c6d8654954217c744 (commit)
      from  23fe34b47a152309ea4675ecaf9aa0faa1c581e2 (commit)


- Log -----------------------------------------------------------------
commit 28cbe2ab4a06058066f6328c6d8654954217c744
Author: Ben Laurie <ben at links.org>
Date:   Wed Dec 9 13:37:30 2015 +0000

    Link library for backtrace() on BSD...
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

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";


More information about the openssl-commits mailing list