mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
[openssl] Improve patches
This commit is contained in:
parent
8dd90aa976
commit
951ea973ce
@ -2,7 +2,7 @@ diff --git a/Configure b/Configure
|
||||
index c98107a..77ad9d3 100644
|
||||
--- a/Configure
|
||||
+++ b/Configure
|
||||
@@ -970,7 +970,7 @@ PROCESS_ARGS:
|
||||
@@ -972,7 +972,7 @@ PROCESS_ARGS:
|
||||
}
|
||||
elsif (/^--with-zlib-include=(.*)$/)
|
||||
{
|
||||
|
@ -7,7 +7,7 @@ index eba6d58..5d971a2 100644
|
||||
}
|
||||
$arg =~ s|\\|/|g; # compensate for bug/feature in cygwin glob...
|
||||
- foreach (glob $arg)
|
||||
+ foreach (glob "\"$arg\"")
|
||||
+ foreach (glob qq("$arg"))
|
||||
{
|
||||
push @filelist, $_;
|
||||
}
|
||||
@ -15,7 +15,7 @@ diff --git a/util/mk1mf.pl b/util/mk1mf.pl
|
||||
index 128a405..fd853da 100644
|
||||
--- a/util/mk1mf.pl
|
||||
+++ b/util/mk1mf.pl
|
||||
@@ -427,7 +427,7 @@ EOF
|
||||
@@ -428,7 +428,7 @@ EOF
|
||||
{
|
||||
$extra_install .= <<"EOF"
|
||||
\$(MKDIR) \"\$(INSTALLTOP)${o}lib${o}engines\"
|
||||
@ -24,7 +24,7 @@ index 128a405..fd853da 100644
|
||||
EOF
|
||||
}
|
||||
}
|
||||
@@ -607,7 +607,7 @@ install: all
|
||||
@@ -608,7 +608,7 @@ install: all
|
||||
\$(MKDIR) \"\$(INSTALLTOP)${o}include${o}openssl\"
|
||||
\$(MKDIR) \"\$(INSTALLTOP)${o}lib\"
|
||||
\$(CP) \"\$(INCO_D)${o}*.\[ch\]\" \"\$(INSTALLTOP)${o}include${o}openssl\"
|
||||
|
Loading…
Reference in New Issue
Block a user