(Closes: #833538.)
* Reinstate and refresh the hurd_fixes patch, which mostly still applies.
(Closes: #833539.)
+ * Add a new support_x32 patch to avoid picking up wrong inline assembly.
+ (Closes: #833541.)
- -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:40:28 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:42:47 -0400
ncbi-blast+ (2.4.0-2) unstable; urgency=medium
--- /dev/null
+--- a/c++/include/corelib/impl/ncbi_atomic_defs.h
++++ b/c++/include/corelib/impl/ncbi_atomic_defs.h
+@@ -117,7 +117,7 @@ extern "C" {
+ ((defined(__i386) || defined(__sparc) || defined(__x86_64)) && \
+ !defined(__GLIBCPP__) /* < 3.0 or >= 3.4 */) && \
+ (!defined(__GLIBCXX__) || !defined(NCBI_TCHECK)))
+-# if defined(__x86_64)
++# if defined(__x86_64) && !defined(_ILP32)
+ # define NCBI_COUNTER_64_BIT
+ # endif
+ # ifdef NCBI_COUNTER_64_BIT