summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Borsboom2018-11-06 14:50:36 +0100
committerArthur Borsboom2018-11-06 14:50:36 +0100
commit2fa1eb034f07c21d4c3369803cfcef81d234a92d (patch)
tree9418c6e3628a032fccd97b0970a14b3533958c0e
parentede65a83ffd81f4ec50b89bc965870689e09d209 (diff)
downloadaur-2fa1eb034f07c21d4c3369803cfcef81d234a92d.tar.gz
Update to 4.9.0.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e48125d1ab..746eca23b465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libvirt-git
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
- pkgver = 4.3.0.183.g656151bf5d
+ pkgver = 4.9.0.9.g912b8a5970
pkgrel = 1
url = http://libvirt.org/
install = libvirt.install
diff --git a/PKGBUILD b/PKGBUILD
index 235740ba2db2..f251d3799cb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt-git
-pkgver=4.3.0.183.g656151bf5d
+pkgver=4.9.0.9.g912b8a5970
pkgrel=1
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
@@ -106,6 +106,8 @@ build() {
export RADVD=/usr/bin/radvd
NOCONFIGURE=1 ./autogen.sh
sed -i 's|libsystemd-daemon|libsystemd|g' configure
+ sed -i 's|aclocal-1.15|aclocal-1.16|g' daemon/Makefile
+ sed -i 's|automake-1.15|automake-1.16|g' daemon/Makefile
[ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"${pkgname/-git/}" --sbindir=/usr/bin \
--with-storage-lvm --with-udev --without-hal --disable-static \