mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3054 from plntyk/fix_qemu
qemu: fix ccache enabled builds
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ CONFIGURE_ARGS:=$(filter-out \
|
|||||||
# Building qemu-ga alone does not require zlib
|
# Building qemu-ga alone does not require zlib
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--cross-prefix=$(TARGET_CROSS) \
|
--cross-prefix=$(TARGET_CROSS) \
|
||||||
--host-cc=$(HOSTCC) \
|
--host-cc="$(HOSTCC)" \
|
||||||
--target-list='' \
|
--target-list='' \
|
||||||
--disable-zlib-test \
|
--disable-zlib-test \
|
||||||
--enable-guest-agent
|
--enable-guest-agent
|
||||||
|
|||||||
Reference in New Issue
Block a user