Set OPENSSL_PIC flags for shared builds [from HEAD].

This commit is contained in:
Andy Polyakov 2005-06-07 10:48:24 +00:00
parent 5fbf6769fc
commit e0ec2d772c

View File

@ -1151,7 +1151,7 @@ if (!$no_shared)
{ {
if ($shared_cflag ne "") if ($shared_cflag ne "")
{ {
$cflags = "$shared_cflag $cflags"; $cflags = "$shared_cflag -DOPENSSL_PIC $cflags";
} }
} }