qemu-user-static: make this build again.

This commit is contained in:
Juan RP 2013-04-21 05:35:27 +02:00
parent aba63d048b
commit d1ce09f05a

View file

@ -3,8 +3,8 @@ pkgname=qemu-user-static
version=1.4.1
revision=1
wrksrc="qemu-${version}"
hostmakedepends="pkg-config automake"
makedepends="libglib-devel pixman-devel"
hostmakedepends="pkg-config automake python"
makedepends="libglib-devel pixman-devel libuuid-devel>=2.22.2_9"
short_desc="QEMU User-mode emulators (statically compiled)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://qemu.org"
@ -20,7 +20,7 @@ do_configure() {
}
do_build() {
make ${makejobs} LDFLAGS="-static -lrt"
make ${makejobs} LDFLAGS="-static -lrt -luuid"
}
do_install() {