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:27:13 +0200
commit01067f046ace5d4088d23c4ef0d32e59ea9176fd (patch)
treef8f4a4fc8da46207f03958f77c7c73d06dcae20f /debian
parent6138bc33760cba0008634e1d6edbfdff09bfe959 (diff)
downloadtde-packaging-01067f046ace5d4088d23c4ef0d32e59ea9176fd.tar.gz
tde-packaging-01067f046ace5d4088d23c4ef0d32e59ea9176fd.zip
DEB tqca: Add missing BUILD_ALL="ON" option in rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4fa274029e2e46878ea18e49785470e88e5a01c7)
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"