[Pkg-mongodb-maintainers] [pkg-mongodb] 03/07: Refresh disable-hw-crc32-on-arm64-s390x.patch

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Mon Aug 14 08:52:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch experimental
in repository pkg-mongodb.

commit b694ae8b897ea326ec7796e4cc17a9a7aa3231ff
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Sun Aug 13 23:22:38 2017 -0400

    Refresh disable-hw-crc32-on-arm64-s390x.patch
---
 .../patches/disable-hw-crc32-on-arm64-s390x.patch  | 27 +---------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/debian/patches/disable-hw-crc32-on-arm64-s390x.patch b/debian/patches/disable-hw-crc32-on-arm64-s390x.patch
index 57ae062..694dc65 100644
--- a/debian/patches/disable-hw-crc32-on-arm64-s390x.patch
+++ b/debian/patches/disable-hw-crc32-on-arm64-s390x.patch
@@ -13,7 +13,7 @@
  wtlib = env.Library(
 --- a/src/third_party/wiredtiger/dist/filelist
 +++ b/src/third_party/wiredtiger/dist/filelist
-@@ -53,7 +53,6 @@
+@@ -54,7 +54,6 @@
  src/checksum/software/checksum.c
  src/checksum/x86/crc32-x86.c		X86_HOST
  src/checksum/zseries/crc32-s390x.c	ZSERIES_HOST
@@ -21,28 +21,3 @@
  src/config/config.c
  src/config/config_api.c
  src/config/config_check.c
---- a/src/third_party/wiredtiger/src/checksum/zseries/crc32-s390x.c
-+++ b/src/third_party/wiredtiger/src/checksum/zseries/crc32-s390x.c
-@@ -66,11 +66,14 @@
- 		return crc;                                                 \
- 	}
- 
-+#if defined(HAVE_CRC32_HARDWARE)
- /* Main CRC-32 functions */
- DEFINE_CRC32_VX(__wt_crc32c_le_vx, __wt_crc32c_le_vgfm_16, __wt_crc32c_le)
-+#endif
- 
- #include "wt_internal.h"
- 
-+#if defined(HAVE_CRC32_HARDWARE)
- /*
-  * __wt_checksum_hw --
-  *      WiredTiger: return a checksum for a chunk of memory.
-@@ -80,6 +83,7 @@
- {
- 	return (~__wt_crc32c_le_vx(0xffffffff, chunk, len));
- }
-+#endif
- 
- /*
-  * __wt_checksum_init --

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list