summaryrefslogtreecommitdiffstats
path: root/main/qemu
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-22 10:03:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-22 10:03:34 +0000
commit14105112f3e8268372e09b5cc63715e689a6b74a (patch)
tree7ad967fa25c049a9b81975b3b52ac12a17830e14 /main/qemu
parent4b80575fb9089cf6601020302a5bbcb33bf68f1f (diff)
downloadaports-14105112f3e8268372e09b5cc63715e689a6b74a.tar.bz2
aports-14105112f3e8268372e09b5cc63715e689a6b74a.tar.xz
main/qemu: build fix
needs bison and flex and for some reaons we also need to set the ARFLAGS
Diffstat (limited to 'main/qemu')
-rw-r--r--main/qemu/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD
index 0a3fdec18..ad5b73480 100644
--- a/main/qemu/APKBUILD
+++ b/main/qemu/APKBUILD
@@ -9,7 +9,7 @@ license="GPL-2 LGPL-2"
makedepends="zlib-dev sdl-dev alsa-lib-dev gnutls-dev ncurses-dev glib-dev
libjpeg-turbo-dev libpng-dev vde2-dev spice-dev paxctl curl-dev
libcap-dev libcap-ng-dev libaio-dev usbredir-dev util-linux-dev
- gtk+2.0-dev vte-dev libusbx-dev"
+ gtk+2.0-dev vte-dev libusbx-dev flex bison"
depends=
install="qemu.pre-install"
subpackages="
@@ -119,7 +119,7 @@ build() {
--cc="${CC:-gcc}" \
|| return 1
- make || return 1
+ make ARFLAGS="rc" || return 1
# tests fails on x86
# http://lists.gnu.org/archive/html/qemu-devel/2012-11/msg01429.html
# http://web.archiveorange.com/archive/v/21oVv8wOfpQGkyy8EK0N