mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-21 23:19:42 +02:00
qemu-host: workaround for compile problem with latest openwrt
This commit is contained in:
parent
91b5bd4ae1
commit
bafe65898f
@ -47,10 +47,13 @@ endef
|
||||
|
||||
HOST_CONFIGURE_VARS =
|
||||
|
||||
# Cannot currently pass HOST_CFLAGS as these mess with include file ordering,
|
||||
# causing qemu compile to fail
|
||||
# --extra-cflags="$(HOST_CFLAGS) $(HOST_CPPFLAGS)"
|
||||
|
||||
HOST_CONFIGURE_ARGS = \
|
||||
--cc=$(HOSTCC) \
|
||||
--prefix=$(STAGING_DIR_HOST) \
|
||||
--extra-cflags="$(HOST_CFLAGS) $(HOST_CPPFLAGS)" \
|
||||
--extra-ldflags="$(HOST_LDFLAGS)" \
|
||||
--sysconfdir=$(STAGING_DIR_HOST)/etc \
|
||||
--disable-sdl \
|
||||
|
Loading…
Reference in New Issue
Block a user