qemu-user-static: update to 2.4.0.1.
This commit is contained in:
parent
779f4055ff
commit
2b00b33e7f
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qemu-user-static'
|
# Template file for 'qemu-user-static'
|
||||||
pkgname=qemu-user-static
|
pkgname=qemu-user-static
|
||||||
version=2.4.0
|
version=2.4.0.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="qemu-${version}"
|
wrksrc="qemu-${version}"
|
||||||
hostmakedepends="pkg-config automake python"
|
hostmakedepends="pkg-config automake python"
|
||||||
makedepends="libglib-devel pixman-devel libuuid-devel"
|
makedepends="libglib-devel pixman-devel libuuid-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://qemu.org"
|
homepage="http://qemu.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||||
checksum=72b0b991bbcc540663a019e1e8c4f714053b691dda32c9b9ee80b25f367e6620
|
checksum=ecfe8b88037e41e817d72c460c56c6a0b573d540d6ba38b162d0de4fd22d1bdb
|
||||||
|
|
||||||
_fmts="aarch64 alpha arm armeb cris i386 m68k microblaze mips mipsel mips64 mips64el ppc ppc64 ppc64abi32 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64"
|
_fmts="aarch64 alpha arm armeb cris i386 m68k microblaze mips mipsel mips64 mips64el ppc ppc64 ppc64abi32 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64"
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||||
--disable-kvm --disable-vnc-png --disable-vnc-tls \
|
--disable-kvm --disable-vnc-png --disable-vnc-tls \
|
||||||
--disable-virtfs --disable-fdt --disable-seccomp \
|
--disable-virtfs --disable-fdt --disable-seccomp \
|
||||||
--disable-kvm --enable-linux-user --disable-system
|
--enable-linux-user --disable-system
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} LDFLAGS="-static -lrt -luuid"
|
make ${makejobs} LDFLAGS="-static -lrt -luuid"
|
||||||
|
|
Loading…
Reference in New Issue