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:
866f1f4
)
mk1mf.pl: correct flags.
author
Andy Polyakov
<appro@openssl.org>
Mon, 29 Oct 2012 22:23:58 +0000
(22:23 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 29 Oct 2012 22:23:58 +0000
(22:23 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index e27434d2673e717c733d0d77812b8ce7fe353f59..7901ff121da96845f18dd02ae1d95a79b1bff2cf 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-842,10
+842,10
@@
if ($fips)
}
$rules.=&cc_compile_target("\$(OBJ_D)${o}fips_standalone_sha1$obj",
"fips${o}sha${o}fips_standalone_sha1.c",
- "\$(
SHLIB
_CFLAGS)");
+ "\$(
APP
_CFLAGS)");
$rules.=&cc_compile_target("\$(OBJ_D)${o}\$(E_PREMAIN_DSO)$obj",
"fips${o}fips_premain.c",
- "-DFINGERPRINT_PREMAIN_DSO_LOAD \$(
SHLIB
_CFLAGS)");
+ "-DFINGERPRINT_PREMAIN_DSO_LOAD \$(
APP
_CFLAGS)");
}
foreach (values %lib_nam)