From: Aaron M. Ucko Date: Mon, 17 Feb 2020 01:02:07 +0000 (-0500) Subject: d/rules: DEB_CONFIGURE_COMMON_FLAGS += --without-sse42 (#951280). X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~118 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6eeaeb84da54ecd69fb403c013fdfa232aced630;p=ncbi-blast%2B.git d/rules: DEB_CONFIGURE_COMMON_FLAGS += --without-sse42 (#951280). --- diff --git a/debian/changelog b/debian/changelog index ccae84e2..0d290c4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 16 Feb 2020 16:55:43 -0500 + -- Aaron M. Ucko Sun, 16 Feb 2020 20:02:06 -0500 ncbi-blast+ (2.9.0-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index b5675cc2..496f9f7d 100755 --- a/debian/rules +++ b/debian/rules @@ -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