Lagrange [release]

Debian: Don't assume SSE 4.1 is available

c5234b742900ca9cde25e584cb2da7b97d3df9a3
diff --git a/debian/rules b/debian/rules
index f4578eea..9e306b0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=-format
 	dh $@  
 
 override_dh_auto_configure:
-	cmake .. -DENABLE_WINDOWPOS_FIX=YES -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr
+	cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_WINDOWPOS_FIX=YES -DTFDN_ENABLE_SSE41=NO -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr
 
 override_dh_build_configure:
 	cmake --build .