apr-util: disable parallel build
authorMichal Vasilek <michal.vasilek@nic.cz>
Thu, 15 Dec 2022 10:18:00 +0000 (11:18 +0100)
committerRosen Penev <rosenp@gmail.com>
Sat, 17 Dec 2022 04:47:42 +0000 (20:47 -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>
libs/apr-util/Makefile

index 54c0a94c26b4919a4efa89b8de34b7de0d948262..ccc45872a3fe5f2b7856c77d620cd52330542a26 100644 (file)
@@ -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 \