aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl/ConfigureIncludeQuotesFix.patch
blob: 1689ec4e0053f00e26b8823fbe98405bed0abdf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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=(.*)$/)
 				{