summaryrefslogtreecommitdiff
path: root/external/openssl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-30 17:17:01 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-30 20:19:22 +0200
commitc102efd27a82eaaf94fe9fedb7be88cff80bceb2 (patch)
treeb907ad85fc1b29e2ffe66530bf3b14e3aa739234 /external/openssl
parentf4236b38c79c62f3ba41812e86057e7825428da9 (diff)
openssl: remove Windows XP patch
Change-Id: I6e80c33d134100235ac1007154ca7f6151b59c2f
Diffstat (limited to 'external/openssl')
-rw-r--r--external/openssl/opensslwnt.patch12
1 files changed, 1 insertions, 11 deletions
diff --git a/external/openssl/opensslwnt.patch b/external/openssl/opensslwnt.patch
index 2d00736f1317..e22bea6f077b 100644
--- a/external/openssl/opensslwnt.patch
+++ b/external/openssl/opensslwnt.patch
@@ -109,15 +109,6 @@ diff -ru openssl.orig/util/pl/VC-32.pl openssl/util/pl/VC-32.pl
if ($FLAVOR =~ /WIN64/)
{
# Note that we currently don't have /WX on Win64! There is a lot of
-@@ -48,7 +48,7 @@
- my $f = $shlib || $fips ?' /MD':' /MT';
- $opt_cflags=$f.' /Ox';
- $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG';
-- $lflags="/nologo /subsystem:console /opt:ref";
-+ $lflags="/nologo /subsystem:console,5.02 /opt:ref";
-
- *::perlasm_compile_target = sub {
- my ($target,$source,$bname)=@_;
@@ -114,7 +114,7 @@
}
@@ -146,10 +137,9 @@ diff -ru openssl.orig/util/pl/VC-32.pl openssl/util/pl/VC-32.pl
$ff = "/fixed";
- $opt_cflags=$f.' /Ox /O2 /Ob2';
- $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG';
-- $lflags="/nologo /subsystem:console /opt:ref";
-+ $lflags="/nologo /subsystem:console,5.01 /opt:ref";
+ $opt_cflags=$f.' -Ox -O2 -Ob2';
+ $dbg_cflags=$f.'d -Od -DDEBUG -D_DEBUG';
+ $lflags="/nologo /subsystem:console /opt:ref";
}
-$lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib
+$lib_cflag='-Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib