diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-12-29 05:25:29 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-12-29 05:25:29 +0100 |
commit | 3de481b0038754a68534bb30511b17d638f504ef (patch) | |
tree | 316ec3fbe7d311a0fb60f85f4b61cbbf76bd57d5 /debian/rules | |
parent | db0fcf9142f9ee7035370f832036c873d4c87168 (diff) |
New upstream release
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 15b40e5..8aea7dc 100755 --- a/debian/rules +++ b/debian/rules @@ -11,11 +11,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure -- \ - -DMAKE_BUILD_TYPE=RelWithDebInfo \ -DXTRKCAD_USE_GETTEXT=ON \ -DXTRKCAD_USE_GTK=ON \ - -DXTRKCAD_USE_GTK_CAIRO=ON \ - -DXTRKCAD_USE_LAYOUTCONTROL=ON + -DCMAKE_INSTALL_PREFIX:PATH=/usr/ override_dh_install: dh_install |