aboutsummaryrefslogtreecommitdiff
path: root/ports/librsync/001-enable-static-libs.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-09-23 06:36:04 +0800
committerGitHub <noreply@github.com>2020-09-22 15:36:04 -0700
commit7339aea6f57e85a37ff14e887c5bc040c6f0ac41 (patch)
treeb255496e66688a8f082cea6ec6e524b9e4def95d /ports/librsync/001-enable-static-libs.patch
parent0890b5a25fb4d514a879712eecf4842669073f78 (diff)
downloadvcpkg-7339aea6f57e85a37ff14e887c5bc040c6f0ac41.tar.gz
vcpkg-7339aea6f57e85a37ff14e887c5bc040c6f0ac41.zip
[Many ports] Update to the latest version or commit (#13560)
* [Many ports] Update to the latest version or commit * [libplist] Update version [libsync] Update patch format * Update as review suggestions * [libplist] Revert changes
Diffstat (limited to 'ports/librsync/001-enable-static-libs.patch')
-rw-r--r--ports/librsync/001-enable-static-libs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/librsync/001-enable-static-libs.patch b/ports/librsync/001-enable-static-libs.patch
deleted file mode 100644
index 4512cdeb9..000000000
--- a/ports/librsync/001-enable-static-libs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f0135cb..c30312a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -339,7 +339,7 @@ set(rsync_LIB_SRCS
- src/whole.c
- ${blake2_SRCS})
-
--add_library(rsync SHARED ${rsync_LIB_SRCS})
-+add_library(rsync ${rsync_LIB_SRCS})
- target_link_libraries(rsync ${blake2_LIBS})
-
- # Optionally link zlib and bzip2 if