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:
f908ca4
)
Skip engines directory if no-engine
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 14 Feb 2009 23:08:31 +0000
(23:08 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 14 Feb 2009 23:08:31 +0000
(23:08 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 45be2e6ab745aead61c9d4d3a0509955aa0932a9..b2089d81599f1da1592e1aac1d7cbca5977d1da2 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1447,6
+1447,7
@@
while (<IN>)
}
$sdirs = 0 unless /\\$/;
s/fips // if (/^DIRS=/ && !$fips);
+ s/engines // if (/^DIRS=/ && $disabled{"engine"});
s/^VERSION=.*/VERSION=$version/;
s/^MAJOR=.*/MAJOR=$major/;
s/^MINOR=.*/MINOR=$minor/;