summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-19 22:26:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-19 22:26:22 +0200
commit4fa274029e2e46878ea18e49785470e88e5a01c7 (patch)
treeadddec09a02afec319059299d12d3ad3951bf6ae /debian
parent038dfab6dbeaaffbe8460d75d741692579cca213 (diff)
downloadtde-packaging-4fa274029e2e46878ea18e49785470e88e5a01c7.tar.gz
tde-packaging-4fa274029e2e46878ea18e49785470e88e5a01c7.zip
DEB tqca: Add missing BUILD_ALL="ON" option in rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/_base/dependencies/tqca/debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/_base/dependencies/tqca/debian/rules b/debian/_base/dependencies/tqca/debian/rules
index 21df58b4f..bcf875516 100755
--- a/debian/_base/dependencies/tqca/debian/rules
+++ b/debian/_base/dependencies/tqca/debian/rules
@@ -16,4 +16,5 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_LIBDIR=$(CMAKE_INSTALL_LIBDIR) \
+ -DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"