diff options
| author | Alexander Smyslov <37107500+alexander-smyslov@users.noreply.github.com> | 2021-05-18 09:45:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:45:48 -0700 |
| commit | b8d922991f04efb41ded1b578308a48cdec90ff2 (patch) | |
| tree | 44b460de510a06d6acbcd664e1b5285035de96fe /ports/librdkafka/fix-arm64.patch | |
| parent | faf52ad89f03e50fa756d9e24455c966f7756815 (diff) | |
| download | vcpkg-b8d922991f04efb41ded1b578308a48cdec90ff2.tar.gz vcpkg-b8d922991f04efb41ded1b578308a48cdec90ff2.zip | |
[librdkafka] Upgrade up to 1.7 (#17937)
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* Upgrade librdkafka17
* Upgrade librdkafka17
* Fix remarks
* Fix remarks
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Diffstat (limited to 'ports/librdkafka/fix-arm64.patch')
| -rw-r--r-- | ports/librdkafka/fix-arm64.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ports/librdkafka/fix-arm64.patch b/ports/librdkafka/fix-arm64.patch deleted file mode 100644 index 6a7750cec..000000000 --- a/ports/librdkafka/fix-arm64.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/src/snappy_compat.h b/src/snappy_compat.h -index acda21ec..bf2fe4c7 100644 ---- a/src/snappy_compat.h -+++ b/src/snappy_compat.h -@@ -89,7 +89,7 @@ struct iovec { - // x86, PowerPC, and ARM64 can simply do these loads and stores native. - #if defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || \ - defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64) || \ -- defined(__aarch64__) -+ defined(__arm64) || defined(__aarch64__) || defined(__AARCH64EL__) || defined(_M_ARM64) - - #define get_unaligned get_unaligned_direct - #define put_unaligned put_unaligned_direct -@@ -115,6 +115,7 @@ struct iovec { - !defined(__ARM_ARCH_6J__) && \ - !defined(__ARM_ARCH_6K__) && \ - !defined(__ARM_ARCH_6Z__) && \ -+ !defined(__ARM_ARCH_6KZ__) && \ - !defined(__ARM_ARCH_6ZK__) && \ - !defined(__ARM_ARCH_6T2__) - |
