Set OPENSSL_PIC flags for shared builds [from HEAD].
authorAndy Polyakov <appro@openssl.org>
Tue, 7 Jun 2005 10:48:24 +0000 (10:48 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 7 Jun 2005 10:48:24 +0000 (10:48 +0000)
Configure

index 4b2317ea65fb2447c069ca14be7c08ccafe04a2e..5b6ed022b17256883ca579bcec42d853e095ca59 100755 (executable)
--- 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";
                }
        }