fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / openssl / openssl-1.0.1g-msvc2012-winxp.patch.1
blobde9e6fc09f4a1450979397c15571150a6ffd34d5
1 --- openssl.org/util/pl/VC-32.pl        2014-05-18 23:41:39.336594400 +0200
2 +++ openssl/util/pl/VC-32.pl    2014-05-18 23:47:40.055279300 +0200
3 @@ -48,7 +48,7 @@
4      my $f = $shlib || $fips ?' /MD':' /MT';
5      $opt_cflags=$f.' /Ox';
6      $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG';
7 -    $lflags="/nologo /subsystem:console /opt:ref";
8 +    $lflags="/nologo /subsystem:console,5.02 /opt:ref";
9  
10      *::perlasm_compile_target = sub {
11         my ($target,$source,$bname)=@_;
12 @@ -135,7 +135,7 @@
13      $ff = "/fixed";
14      $opt_cflags=$f.' -Ox -O2 -Ob2';
15      $dbg_cflags=$f.'d -Od -DDEBUG -D_DEBUG';
16 -    $lflags="/nologo /subsystem:console /opt:ref";
17 +    $lflags="/nologo /subsystem:console,5.01 /opt:ref";
18      }
19  $lib_cflag='-Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib
20  $mlflags='';