qemu-user-static: make this build again.
This commit is contained in:
parent
aba63d048b
commit
d1ce09f05a
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue