Commit 4f16039e authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarTim Hudson <tjh@openssl.org>
parent a773b52a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 "")
	{