summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-10-21 22:23:03 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2015-10-21 22:39:54 +0200
commit52ea5bbd27608bc15f93610ebfe16574058906d5 (patch)
treec7b1ebae55083c20900592c3625cd87cdd72b526 /debian
parent86d1a88c68212b862a90e2262d67c420f9b2061d (diff)
--without-sse
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules3
2 files changed, 6 insertions, 0 deletions
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@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