projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbf676
)
Set OPENSSL_PIC flags for shared builds [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Tue, 7 Jun 2005 10:48:24 +0000
(10:48 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 7 Jun 2005 10:48:24 +0000
(10:48 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/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";
}
}