summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-10-10 13:06:26 +0200
committerOndřej Surý <ondrej@sury.org>2012-10-10 13:06:26 +0200
commita64db3778827ece9d173c7bc10681993d249db2d (patch)
tree6b14bdf074243dbe2444703cfccc59d38c0f61bf
parent80a9286f8488377727674e3318faccf5231b05df (diff)
downloadknot-a64db3778827ece9d173c7bc10681993d249db2d.tar.gz
Disable SSE2 instruction set
-rw-r--r--debian/patches/0004-disable_SSE2_detection.patch10
-rw-r--r--debian/patches/series1
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/0004-disable_SSE2_detection.patch b/debian/patches/0004-disable_SSE2_detection.patch
new file mode 100644
index 0000000..e2c557b
--- /dev/null
+++ b/debian/patches/0004-disable_SSE2_detection.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -7,7 +7,6 @@ AC_CONFIG_SRCDIR([src/knot/main.c])
+ AC_CONFIG_HEADERS([src/config.h])
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_USE_SYSTEM_EXTENSIONS([_GNU_SOURCE])
+-AX_EXT
+
+ # Checks for programs.
+ AC_PROG_CC
diff --git a/debian/patches/series b/debian/patches/series
index 66706e4..cb8124a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-move_pidfile_to_var_run.patch
0002-get_rid_of_AM_MAINTAINER_MODE.patch
0003-fix_manpage_section.patch
+0004-disable_SSE2_detection.patch