Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
fd53ec1a
Unverified
Commit
fd53ec1a
authored
Jun 02, 2021
by
Amin Bandali
Browse files
packaging: parallelize libqt-jami deb package build
Change-Id: Ie938153fd4581e6007c4c2c65b82649c56c31e4c
parent
6c238b06
Changes
1
Show whitespace changes
Inline
Side-by-side
packaging/rules/debian-qt/rules
View file @
fd53ec1a
...
...
@@ -3,10 +3,17 @@
# export DH_VERBOSE = 1
# Number of CPUS
NO_CPUS
=
$(
shell
nproc
)
ifeq
($(NO_CPUS),0)
NO_CPUS
=
1
endif
%
:
dh
$@
override_dh_auto_configure
:
MAKEFLAGS
=
"-j
$(NO_CPUS)
V=1"
\
./configure
\
-opensource
\
-confirm-license
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment