[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Feb 22 19:41:49 UTC 2016


The branch master has been updated
       via  4f16039efe3589aa4d63a6f1fab799d0cd9338ca (commit)
      from  a773b52a61bb269e75ebbac01cfca9ebcb6c78b9 (commit)


- Log -----------------------------------------------------------------
commit 4f16039efe3589aa4d63a6f1fab799d0cd9338ca
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Feb 21 20:52:39 2016 +0100

    Add OPENSSL_PIC back
    
    In the earlier change, where static libraries get built with position
    independent code, OPENSSL_PIC was removed by mistake.  This adds it
    back.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

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

Summary of changes:
 Configure | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Configure b/Configure
index 38ef7f1..b6c8d8c 100755
--- a/Configure
+++ b/Configure
@@ -1042,6 +1042,10 @@ if ($disabled{pic})
 	$target{shared_cflag} = $target{shared_ldflag} =
 		$target{shared_rcflag} = "";
 	}
+else
+	{
+	push @{$config{defines}}, "OPENSSL_PIC";
+	}
 
 if ($target{sys_id} ne "")
 	{


More information about the openssl-commits mailing list