mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: fix order of libraries installation
Libraries from modlibexec_LTLIBRARIES list require not only libpulsecommon but also libpulse and libpulsecore from lib_LTLIBRARIES list. This patch fix race in 'make -j X install' (with X is 2 and more) when building/installing inside chroot placed on RAM-disk(tmpfs). Signed-off-by: Zavadovsky Yan <zavadovsky.yan@gmail.com>
This commit is contained in:
parent
a527711528
commit
5271f28145
1 changed files with 1 additions and 1 deletions
|
|
@ -2260,7 +2260,7 @@ installlibLTLIBRARIES = install-libLTLIBRARIES
|
|||
$(installlibLTLIBRARIES): install-pkglibLTLIBRARIES
|
||||
|
||||
installmodlibexecLTLIBRARIES = install-modlibexecLTLIBRARIES
|
||||
$(installmodlibexecLTLIBRARIES): install-pkglibLTLIBRARIES
|
||||
$(installmodlibexecLTLIBRARIES): install-pkglibLTLIBRARIES install-libLTLIBRARIES
|
||||
|
||||
installpadsplibLTLIBRARIES = install-padsplibLTLIBRARIES
|
||||
$(installpadsplibLTLIBRARIES): install-libLTLIBRARIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue