summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-07 18:42:13 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-07 18:42:33 +0200
commitc5234b742900ca9cde25e584cb2da7b97d3df9a3 (patch)
tree941924c96e251d2235d7a3fcf187aa3a770556f6 /debian/rules
parent4ba43162af6e35c3e1e8f00d383c570cc642c493 (diff)
Debian: Don't assume SSE 4.1 is available
IssueID #38
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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
6 dh $@ 6 dh $@
7 7
8override_dh_auto_configure: 8override_dh_auto_configure:
9 cmake .. -DENABLE_WINDOWPOS_FIX=YES -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr 9 cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_WINDOWPOS_FIX=YES -DTFDN_ENABLE_SSE41=NO -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr
10 10
11override_dh_build_configure: 11override_dh_build_configure:
12 cmake --build . 12 cmake --build .