aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/grpc/00015-disable-download-archive.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/grpc/00015-disable-download-archive.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/grpc/00015-disable-download-archive.patch')
-rw-r--r--vcpkg/ports/grpc/00015-disable-download-archive.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/grpc/00015-disable-download-archive.patch b/vcpkg/ports/grpc/00015-disable-download-archive.patch
new file mode 100644
index 0000000..675c251
--- /dev/null
+++ b/vcpkg/ports/grpc/00015-disable-download-archive.patch
@@ -0,0 +1,12 @@
+diff --git a/cmake/download_archive.cmake b/cmake/download_archive.cmake
+index 820aafa..a59b785 100644
+--- a/cmake/download_archive.cmake
++++ b/cmake/download_archive.cmake
+@@ -19,6 +19,7 @@ file(MAKE_DIRECTORY ${_download_archive_TEMPORARY_DIR})
+ # Note that strip_prefix strips the directory path prefix of the extracted
+ # archive content, and it may strip multiple directories.
+ function(download_archive destination url hash strip_prefix)
++ return()
+ # Fetch and validate
+ set(_TEMPORARY_FILE ${_download_archive_TEMPORARY_DIR}/${strip_prefix}.tar.gz)
+ message(STATUS "Downloading from ${url}, if failed, please try configuring again")