projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9481f43
)
apr-util: disable parallel build
author
Michal Vasilek
<michal.vasilek@nic.cz>
Thu, 15 Dec 2022 10:18:00 +0000
(11:18 +0100)
committer
Rosen Penev
<rosenp@gmail.com>
Sat, 17 Dec 2022 04:48:28 +0000
(20:48 -0800)
Build reliably fails with -j20
crypto/apr_passwd.c:200:1: fatal error: error closing -: Broken pipe
200 | }
| ^
compilation terminated.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
bd9e119d68fba792a1f760525540c0e0cf10e63f
)
libs/apr-util/Makefile
patch
|
blob
|
history
diff --git
a/libs/apr-util/Makefile
b/libs/apr-util/Makefile
index 54c0a94c26b4919a4efa89b8de34b7de0d948262..ccc45872a3fe5f2b7856c77d620cd52330542a26 100644
(file)
--- a/
libs/apr-util/Makefile
+++ b/
libs/apr-util/Makefile
@@
-21,8
+21,6
@@
PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:apache:apr-util
-PKG_BUILD_PARALLEL:=1
-
PKG_CONFIG_DEPENDS := \
CONFIG_PACKAGE_libaprutil-crypto-openssl \
CONFIG_PACKAGE_libaprutil-dbd-mysql \