The branch master has been updated
via 4f16039efe3589aa4d63a6f1fab799d0cd9338ca (commit)
from a773b52a61bb269e75ebbac01cfca9ebcb6c78b9 (commit)
- Log -----------------------------------------------------------------
commit 4f16039efe3589aa4d63a6f1fab799d0cd9338ca
Author: Richard Levitte <[email protected]>
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 <[email protected]>
-----------------------------------------------------------------------
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 "")
{
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits