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:48:47 +0000 (20:48 -0800)
commit168981c7a6b40f5c4749034b96fe8769e9b0acd9
tree762aa411289651a96573e0c86c3916132e792b15
parentc618a62862edf730a07bf112e47825d17dd79820
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>
(cherry picked from commit bd9e119d68fba792a1f760525540c0e0cf10e63f)
libs/apr-util/Makefile