[hamradio-commits] [limesuite] 07/12: Disable auto detection of SIMD features during the configure step

Andreas E. Bombe aeb at moszumanska.debian.org
Wed Sep 20 02:08:06 UTC 2017


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

aeb pushed a commit to branch master
in repository limesuite.

commit b50f91f4b4fba6851a12362e10cf5517a23adbbb
Author: Andreas Bombe <aeb at debian.org>
Date:   Thu Sep 14 03:36:21 2017 +0200

    Disable auto detection of SIMD features during the configure step
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 33a303d..0038179 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ limesuite (17.09.0+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release 17.09.0
   * Change liblimesuite ABI version from 17.06-1 to 17.09-1
   * Also remove GROUP="660" assignment with udev-use-tag-uaccess patch
+  * Disable auto detection of SIMD features during the configure step
 
  -- Andreas Bombe <aeb at debian.org>  Wed, 13 Sep 2017 21:10:54 +0200
 
diff --git a/debian/rules b/debian/rules
index ab68136..92a2476 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		-DENABLE_SIMD_FLAGS=none \
 		-DBUILD_SHARED_LIBS=ON \
 		-DCMAKE_AUTOSET_INSTALL_RPATH=FALSE \
 		-DUDEV_RULES_PATH=/lib/udev/rules.d \

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



More information about the pkg-hamradio-commits mailing list