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:
75a382b
)
Make sure that shareable libraries are turned off if we don't know how
author
Richard Levitte
<levitte@openssl.org>
Mon, 9 Oct 2000 00:48:30 +0000
(
00:48
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 9 Oct 2000 00:48:30 +0000
(
00:48
+0000)
to make them...
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index d7c37889473a619cc4fbcea8cee373c6dfaa7109..8fc63afb854ef53a2ae2771ad89018e645433cff 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-719,6
+719,10
@@
if ($shared_cflag ne "")
$shared_mark2 = ".shlib.";
}
}
+else
+ {
+ $no_shared = 1;
+ }
#my ($bn1)=split(/\s+/,$bn_obj);
#$bn1 = "" unless defined $bn1;