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:
5af0977
)
Fix Windows build.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 Jun 2014 09:48:24 +0000
(10:48 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 Jun 2014 09:52:49 +0000
(10:52 +0100)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index af1904b536f7e906b0c1b84ba29e15270e65fbca..67da0ae5620039af6b397dcf7ac63edf50014b35 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-404,10
+404,13
@@
for (;;)
}
close(IN);
-# Remove opensslconf.h so it doesn't get updated if we configure a
-# different branch.
-$exheader =~ s/[^ ]+\/opensslconf.h//;
-$header =~ s/[^ ]+\/opensslconf.h//;
+if ($orig_platform eq 'copy')
+ {
+ # Remove opensslconf.h so it doesn't get updated if we configure a
+ # different branch.
+ $exheader =~ s/[^ ]+\/opensslconf.h//;
+ $header =~ s/[^ ]+\/opensslconf.h//;
+ }
if ($shlib)
{