portaudio: disable parallel build
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 13 Sep 2011 19:45:03 +0000 (21:45 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 13 Sep 2011 19:45:03 +0000 (21:45 +0200)
commit94349b4e594f3da847b21b518c1c78c6ebc138c4
treebb71610fee2719f4344872fd7ef35910c5ca93f2
parentc71b56b8c1dd6c389be8457d534a04e99cf6bf9c
portaudio: disable parallel build

The portaudio build system contains a race condition, which gets triggered
by high BR2_JLEVEL settings - It tries to use libportaudio.la before it is
created:

make[3]: *** No rule to make target `../../../lib/libportaudio.la',
needed by `libportaudiocpp.la'.  Stop.

Fix it by disabling parallel build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/portaudio/portaudio.mk