Skip to content
Snippets Groups Projects
Unverified Commit fd53ec1a authored by Amin Bandali's avatar Amin Bandali
Browse files

packaging: parallelize libqt-jami deb package build

Change-Id: Ie938153fd4581e6007c4c2c65b82649c56c31e4c
parent 6c238b06
Branches
Tags
No related merge requests found
...@@ -3,10 +3,17 @@ ...@@ -3,10 +3,17 @@
# export DH_VERBOSE = 1 # export DH_VERBOSE = 1
# Number of CPUS
NO_CPUS=$(shell nproc)
ifeq ($(NO_CPUS),0)
NO_CPUS=1
endif
%: %:
dh $@ dh $@
override_dh_auto_configure: override_dh_auto_configure:
MAKEFLAGS="-j$(NO_CPUS) V=1" \
./configure \ ./configure \
-opensource \ -opensource \
-confirm-license \ -confirm-license \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment