gnu: portaudio: Fix build.

* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially.

Fixes <https://bugs.gnu.org/38782>.  This is a follow-up to commit
1ce6bfc21c.
This commit is contained in:
Nicolas Goaziou 2019-12-29 09:36:44 +01:00
parent 5de06b9dfb
commit c9cd4a842c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2874,6 +2874,7 @@ (define-public portaudio
("pkg-config" ,pkg-config)))
(arguments
'(#:tests? #f ;no 'check' target
#:parallel-build? #f ;fails on some systems
#:configure-flags '("--with-pic"
"--enable-cxx"
;; XXX: The following prevents a build error