summaryrefslogtreecommitdiff
path: root/package/qemu/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-15 20:44:40 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-15 21:02:52 -0600
commit2a9ba8dedb0960c08a509d930df999f35ea72fa9 (patch)
treebe33fc55347ab7f02da173b63980612a2d5f69ee /package/qemu/Makefile
parent4f7287635d0bcaa6f1a034b2763682ef1e33510e (diff)
readd patch required for native build on older systems
Diffstat (limited to 'package/qemu/Makefile')
-rw-r--r--package/qemu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qemu/Makefile b/package/qemu/Makefile
index 393552a16..cb69fdaaa 100644
--- a/package/qemu/Makefile
+++ b/package/qemu/Makefile
@@ -63,6 +63,7 @@ CONFIGURE_ARGS+= --host-cc=$(HOST_CC) \
HOST_STYLE:= manual
HOST_CONFIGURE_ARGS+= --host-cc=$(HOST_CC) \
--prefix=${STAGING_HOST_DIR}/usr \
+ --audio-drv-list=alsa \
--disable-stack-protector \
--disable-pie \
--disable-docs \