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:
2050f65
)
Make sure fipscanister.o is built and installed for static WIN32 builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 24 Mar 2007 18:47:54 +0000
(18:47 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 24 Mar 2007 18:47:54 +0000
(18:47 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 75afae3c15d62cd891929af35c580dc5751ae780..0da53cdbb2d10a3b91b79d1d0d0a1db00249b83b 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-441,6
+441,7
@@
if ($fips)
{
$ex_build_targets .= " \$(LIB_D)$o$crypto_compat \$(PREMAIN_DSO_EXE)";
$ex_l_libs .= " \$(O_FIPSCANISTER)";
+ $ex_libs_dep .= " \$(O_FIPSCANISTER)" if $fipscanisterbuild;
}
if ($fipscanisterbuild)
{