From: Michal Vasilek Date: Thu, 15 Dec 2022 10:18:00 +0000 (+0100) Subject: apr-util: disable parallel build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bd9e119d68fba792a1f760525540c0e0cf10e63f;p=openwrt-packages.git apr-util: disable parallel build 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 --- diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index 54c0a94c2..ccc45872a 100644 --- 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 \