[arch-commits] Commit in qemu/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Apr 29 18:45:14 UTC 2020
Date: Wednesday, April 29, 2020 @ 18:45:13
Author: anatolik
Revision: 381873
upgpkg: qemu 5.0.0-2: FS#66460: enable uring, reenable xfs
Modified:
qemu/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-29 17:52:15 UTC (rev 381872)
+++ PKGBUILD 2020-04-29 18:45:13 UTC (rev 381873)
@@ -6,13 +6,13 @@
qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
pkgdesc="A generic and open source machine emulator and virtualizer"
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
arch=(x86_64)
license=(GPL2 LGPL2.1)
url="https://wiki.qemu.org/"
_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
- libssh)
+ libssh zstd liburing)
depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
@@ -64,11 +64,13 @@
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/qemu \
+ --extra-ldflags="$LDFLAGS" \
--smbd=/usr/bin/smbd \
--enable-modules \
--enable-sdl \
--enable-jemalloc \
--enable-slirp=system \
+ --enable-xfsctl \
"${@:2}"
make
More information about the arch-commits
mailing list