1
0
mirror of https://github.com/altlinux/admc.git synced 2024-10-26 08:55:21 +03:00

Use Debian build option in debian/rules

This commit is contained in:
Игорь Чудов 2021-06-02 18:24:55 +04:00
parent 645dfd1a86
commit 6ae52f202a
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

6
debian/rules vendored
View File

@ -6,6 +6,8 @@ export QT_SELECT=qt5
%:
dh $@ --buildsystem=cmake
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/hithere prefix=/usr install
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DADMC_BUILD_DEB=ON