diff options
author | Michal Vasilek <michal.vasilek@nic.cz> | 2022-12-15 11:18:00 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-12-16 20:47:42 -0800 |
commit | bd9e119d68fba792a1f760525540c0e0cf10e63f (patch) | |
tree | 75c8988def5898112ade5c3c641ffdfe791b23c2 /libs/apr-util/Makefile | |
parent | 173146bbd5bd0e086e65597ae207360f4364c176 (diff) |
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 <michal.vasilek@nic.cz>
Diffstat (limited to 'libs/apr-util/Makefile')
-rw-r--r-- | libs/apr-util/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |