libvirt: fix build race conditions
This commit is contained in:
@@ -69,9 +69,16 @@ post_patch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
# racey custom targets; prevent parallelism issues
|
||||||
ninja -C build \
|
ninja -C build \
|
||||||
src/remote/qemu_protocol.h \
|
src/remote/qemu_protocol.h \
|
||||||
src/remote/remote_protocol.h
|
src/remote/remote_protocol.h \
|
||||||
|
src/util/virkeycodetable_linux.h \
|
||||||
|
src/util/virkeycodetable_osx.h \
|
||||||
|
src/util/virkeycodetable_win32.h \
|
||||||
|
src/util/virkeynametable_linux.h \
|
||||||
|
src/util/virkeynametable_osx.h \
|
||||||
|
src/util/virkeynametable_win32.h
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user