[osmo-trx] 01/01: --without-sse
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Oct 21 22:07:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository osmo-trx.
commit 52ea5bbd27608bc15f93610ebfe16574058906d5
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Wed Oct 21 22:23:03 2015 +0200
--without-sse
---
debian/changelog | 3 +++
debian/rules | 3 +++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e130203..dc17ee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ osmo-trx (0~20150325gitf147b17+dfsg-2) unstable; urgency=medium
* debian/patches/02_no_march_native.patch:
- Make sure that the option -march=native is not set when building.
+ * debian/control:
+ - Set --without-sse to make sure that functions only supported with
+ march=native are excluded.
-- Ruben Undheim <ruben.undheim at gmail.com> Wed, 21 Oct 2015 07:53:00 +0200
diff --git a/debian/rules b/debian/rules
index 3308dc8..cfbb74c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_clean:
dh_auto_clean
+override_dh_auto_configure:
+ dh_auto_configure -- --without-sse
+
override_dh_auto_test:
dh_auto_test
./debian/autotest/autotest
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/osmo-trx.git
More information about the debian-science-commits
mailing list