diff --git a/Configure b/Configure index 4b2317ea6..5b6ed022b 100755 --- a/Configure +++ b/Configure @@ -1151,7 +1151,7 @@ if (!$no_shared) { if ($shared_cflag ne "") { - $cflags = "$shared_cflag $cflags"; + $cflags = "$shared_cflag -DOPENSSL_PIC $cflags"; } }