diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-07-17 16:07:52 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-17 16:09:12 -0700 |
| commit | b4422a1b7ec3c0728108972c07f4daeaa2c9b2a8 (patch) | |
| tree | e65ae338893770d97bf6fb2c8230cd47c3cf2cd1 /ports/openssl/EmbedSymbolsInStaticLibsZ7.patch | |
| parent | c2f96eb79ac11be000b7b26134ff89946bfa6458 (diff) | |
| download | vcpkg-b4422a1b7ec3c0728108972c07f4daeaa2c9b2a8.tar.gz vcpkg-b4422a1b7ec3c0728108972c07f4daeaa2c9b2a8.zip | |
[openssl] Split openssl into multiple ports per platform
Diffstat (limited to 'ports/openssl/EmbedSymbolsInStaticLibsZ7.patch')
| -rw-r--r-- | ports/openssl/EmbedSymbolsInStaticLibsZ7.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ports/openssl/EmbedSymbolsInStaticLibsZ7.patch b/ports/openssl/EmbedSymbolsInStaticLibsZ7.patch deleted file mode 100644 index 1a8de2c4b..000000000 --- a/ports/openssl/EmbedSymbolsInStaticLibsZ7.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl -index dba96cb..5722f6e 100644 ---- a/util/pl/VC-32.pl -+++ b/util/pl/VC-32.pl -@@ -154,9 +154,17 @@ else - $cflags=$opt_cflags.$base_cflags; - } - --# generate symbols.pdb unconditionally --$app_cflag.=" /Zi /Fd\$(TMP_D)/app"; --$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib"; -+# generate symbols.pdb when building dlls and embed symbols when building static libs -+if ($shlib) -+ { -+ $app_cflag.=" /Zi /Fd\$(TMP_D)/app.pdb"; -+ $lib_cflag.=" /Zi /Fd\$(TMP_D)/lib.pdb"; -+ } -+else -+ { -+ $app_cflag.=" /Z7"; -+ $lib_cflag.=" /Z7"; -+ } - $lflags.=" /debug"; - - $obj='.obj'; |
