diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-07-12 16:09:41 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-12 16:09:41 +0200 |
commit | 5e4af94bcf9b5b1d0737c35a6b2f9f40d4aa909d (patch) | |
tree | 1ab78b3b57548e03c9d055b88f2d681d35a63f50 /ubuntu/_base/dependencies/tqt3/debian/rules | |
parent | 3e7c64331262e5e5238f04465670e1b1e96a2383 (diff) | |
download | tde-packaging-5e4af94bcf9b5b1d0737c35a6b2f9f40d4aa909d.tar.gz tde-packaging-5e4af94bcf9b5b1d0737c35a6b2f9f40d4aa909d.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 'ubuntu/_base/dependencies/tqt3/debian/rules')
-rwxr-xr-x | ubuntu/_base/dependencies/tqt3/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/tqt3/debian/rules b/ubuntu/_base/dependencies/tqt3/debian/rules index 9591b98fd..476d0c1c9 100755 --- a/ubuntu/_base/dependencies/tqt3/debian/rules +++ b/ubuntu/_base/dependencies/tqt3/debian/rules @@ -20,7 +20,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. -DEB_BUILD_PARALLEL = true +DEB_BUILD_PARALLEL ?= true ifeq ($(DEB_HOST_ARCH_OS),hurd) PLATFORM_ARG = hurd-g++ |