d/rules: DEB_CONFIGURE_COMMON_FLAGS += --without-sse42 (#951280).
authorAaron M. Ucko <ucko@debian.org>
Mon, 17 Feb 2020 01:02:07 +0000 (20:02 -0500)
committerAaron M. Ucko <ucko@debian.org>
Mon, 17 Feb 2020 01:02:07 +0000 (20:02 -0500)
debian/changelog
debian/rules

index ccae84e2ca96bf6a1f4486cfef4bb9cf41dadcb7..0d290c4c547dddd4ed8b6666cd75accff715d385 100644 (file)
@@ -1,8 +1,10 @@
 ncbi-blast+ (2.9.0-4) UNRELEASED; urgency=medium
 
   * NOT RELEASED YET.
+  * debian/rules: DEB_CONFIGURE_COMMON_FLAGS += --without-sse42.
+    (Closes: #951280.)
 
- -- Aaron M. Ucko <ucko@debian.org>  Sun, 16 Feb 2020 16:55:43 -0500
+ -- Aaron M. Ucko <ucko@debian.org>  Sun, 16 Feb 2020 20:02:06 -0500
 
 ncbi-blast+ (2.9.0-3) unstable; urgency=medium
 
index b5675cc2d1d7a9df66a6195125e58eaa695bfc24..496f9f7dbfe1278bedba40de0b5b4c50c7bce518 100755 (executable)
@@ -13,7 +13,7 @@ endif
 
 DEB_CONFIGURE_COMMON_FLAGS=--without-autodep --without-makefile-auto-update \
     --with-flat-makefile --without-caution --without-dbapi --without-lzo \
-    --without-debug --without-downloaded-vdb
+    --without-debug --without-downloaded-vdb --without-sse42
 DEB_CONFIGURE_EXTRA_FLAGS=$(DEB_CONFIGURE_COMMON_FLAGS) --with-dll --with-mt \
     --with-runpath=/usr/lib/ncbi-blast+ --with-build-root=BUILD --with-mbedtls