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-windows/ConfigureIncludeQuotesFix.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-windows/ConfigureIncludeQuotesFix.patch')
| -rw-r--r-- | ports/openssl-windows/ConfigureIncludeQuotesFix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/openssl-windows/ConfigureIncludeQuotesFix.patch b/ports/openssl-windows/ConfigureIncludeQuotesFix.patch new file mode 100644 index 000000000..09494f565 --- /dev/null +++ b/ports/openssl-windows/ConfigureIncludeQuotesFix.patch @@ -0,0 +1,13 @@ +diff --git a/Configure b/Configure +index c98107a..77ad9d3 100644 +--- a/Configure ++++ b/Configure +@@ -972,7 +972,7 @@ PROCESS_ARGS: + } + elsif (/^--with-zlib-include=(.*)$/) + { +- $withargs{"zlib-include"}="-I$1"; ++ $withargs{"zlib-include"}="-I\"$1\""; + } + elsif (/^--with-fipsdir=(.*)$/) + { |
