aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl/ConfigureIncludeQuotesFix.patch
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-18 21:20:16 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-18 21:20:16 -0700
commit2dede88deb85ef7a5f24b5e4e608069553d36a8c (patch)
tree50efb913be6bcf02b3c207faf10aeca36faa9019 /ports/openssl/ConfigureIncludeQuotesFix.patch
parent7dea245b9ce2c8d1902c3905c925e4b2f0a4d38b (diff)
downloadvcpkg-2dede88deb85ef7a5f24b5e4e608069553d36a8c.tar.gz
vcpkg-2dede88deb85ef7a5f24b5e4e608069553d36a8c.zip
[openssl] Patches to allow building when path includes spaces
Diffstat (limited to 'ports/openssl/ConfigureIncludeQuotesFix.patch')
-rw-r--r--ports/openssl/ConfigureIncludeQuotesFix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/openssl/ConfigureIncludeQuotesFix.patch b/ports/openssl/ConfigureIncludeQuotesFix.patch
new file mode 100644
index 000000000..1689ec4e0
--- /dev/null
+++ b/ports/openssl/ConfigureIncludeQuotesFix.patch
@@ -0,0 +1,13 @@
+diff --git a/Configure b/Configure
+index c98107a..77ad9d3 100644
+--- a/Configure
++++ b/Configure
+@@ -970,7 +970,7 @@ PROCESS_ARGS:
+ }
+ elsif (/^--with-zlib-include=(.*)$/)
+ {
+- $withargs{"zlib-include"}="-I$1";
++ $withargs{"zlib-include"}="-I\"$1\"";
+ }
+ elsif (/^--with-fipsdir=(.*)$/)
+ {