From e0ec2d772cd166c304bb64d3b617ca3ff11de9fd Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 7 Jun 2005 10:48:24 +0000 Subject: [PATCH] Set OPENSSL_PIC flags for shared builds [from HEAD]. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 4b2317ea65..5b6ed022b1 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"; } } -- 2.25.1