Do not use SSE

master
Thomas Goirand 2014-06-06 16:23:40 +00:00
parent c5d4ac0c7c
commit f9e5ddf7b7
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Description: Do not use sse
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-07
--- jerasure-2.0.0~0+2014.04.28.git.b8221e7d75.orig/configure.ac
+++ jerasure-2.0.0~0+2014.04.28.git.b8221e7d75/configure.ac
@@ -34,7 +34,7 @@ AC_CHECK_HEADERS([gf_complete.h gf_gener
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
-AX_EXT
+#AX_EXT
# Checks for library functions.
AC_FUNC_MALLOC

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
remove-AX_EXT-from-configure.ac