summaryrefslogtreecommitdiffstats
path: root/debian/_base/dependencies/libr
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-07-12 16:09:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-12 16:09:03 +0200
commitce884005cc801ed88a6ac15a274ba516d4616dc0 (patch)
tree7ef3948b1db9cbf0dc41f1a535b642488c182adc /debian/_base/dependencies/libr
parent8a26a5e770a1070cb4a877b121787fc8d2036fae (diff)
downloadtde-packaging-ce884005cc801ed88a6ac15a274ba516d4616dc0.tar.gz
tde-packaging-ce884005cc801ed88a6ac15a274ba516d4616dc0.zip
DEB: Change remaining DEB_BUILD_PARALLEL in 'rules' to make them conditional.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base/dependencies/libr')
-rwxr-xr-xdebian/_base/dependencies/libr/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/dependencies/libr/debian/rules b/debian/_base/dependencies/libr/debian/rules
index 1b6b94b3e..5d37a7e50 100755
--- a/debian/_base/dependencies/libr/debian/rules
+++ b/debian/_base/dependencies/libr/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
include /usr/share/cdbs/1/rules/utils.mk
-DEB_BUILD_PARALLEL = true
+DEB_BUILD_PARALLEL ?= true
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)