summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 11:37:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 11:37:54 +0000
commit928087aba218a6d560d7a61e02bfb3548b05c01a (patch)
treee72f7fe8ddadbacb3af845710ddde1101e378d5c
parentUpdating TODO file. (diff)
downloadnetdata-928087aba218a6d560d7a61e02bfb3548b05c01a.tar.xz
netdata-928087aba218a6d560d7a61e02bfb3548b05c01a.zip
Temporarily disable use of SSE to make netdata usable on old machines (Closes: #879765).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 31c6d2d0..7cb5a0df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_autoreconf_clean:
dh_autoreconf_clean
override_dh_auto_configure:
- dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-plugin-freeipmi --with-math
+ dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --disable-x86-sse --enable-plugin-freeipmi --with-math
$(MULTIARCH_INSTALL): % : %.in
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@