package/sdl_mixer: disable parallel build
Build sometimes fails on: Fatal error: can't create build/load_aiff.o: No such file or directory Fixes: - http://autobuild.buildroot.org/results/c800ef60d8af0cd76f2f1de9aff573120ebd8ada Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2c166c1939
commit
fcc22749e8
@ -10,6 +10,9 @@ SDL_MIXER_SITE = http://www.libsdl.org/projects/SDL_mixer/release
|
||||
SDL_MIXER_LICENSE = Zlib
|
||||
SDL_MIXER_LICENSE_FILES = COPYING
|
||||
|
||||
# Package does not build in parallel due to improper make rules
|
||||
SDL_MIXER_MAKE = $(MAKE1)
|
||||
|
||||
SDL_MIXER_INSTALL_STAGING = YES
|
||||
SDL_MIXER_DEPENDENCIES = sdl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user