1
0
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:
David Kühling 2012-10-27 05:22:21 +02:00
parent 91b5bd4ae1
commit bafe65898f

View File

@ -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 \