From c5234b742900ca9cde25e584cb2da7b97d3df9a3 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 7 Dec 2020 18:42:13 +0200 Subject: Debian: Don't assume SSE 4.1 is available IssueID #38 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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 . -- cgit v1.2.3