qtwebengine-opensource-src: improve parallel restriction
This commit is contained in:
parent
6b5b926d87
commit
b73cd46f79
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2021 Pablo Correa Gómez <ablocorrea@hotmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -24,6 +25,9 @@ VERSION=3
|
|||
sed '/libxnvctrl-dev/d' -i debian/control
|
||||
echo "gn_args += safe_browsing_mode=0" >> src/core/config/common.pri
|
||||
|
||||
#Increase parallel restriction (it fails at full speed).
|
||||
sed -i 's|j2|j4|' debian/rules
|
||||
|
||||
while read -r file; do
|
||||
rm -rf $file
|
||||
done << EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue