diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ec48b3c2..f4578eea 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=-format | |||
6 | dh $@ | 6 | dh $@ |
7 | 7 | ||
8 | override_dh_auto_configure: | 8 | override_dh_auto_configure: |
9 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr | 9 | cmake .. -DENABLE_WINDOWPOS_FIX=YES -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr |
10 | 10 | ||
11 | override_dh_build_configure: | 11 | override_dh_build_configure: |
12 | cmake --build . | 12 | cmake --build . |