summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Borsboom2018-11-06 16:29:49 +0100
committerArthur Borsboom2018-11-06 16:29:49 +0100
commitd736645e6044df333801f8d696699f8d52f42259 (patch)
tree9c62bd0ff6333bfb2ab8461d53051821fe3c5f86 /PKGBUILD
parentc4a884c0635b06d034cb3509b2f4b03bf56cde2a (diff)
downloadaur-d736645e6044df333801f8d696699f8d52f42259.tar.gz
Undo automake workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4044adad2ad..54e73c7dd08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libvirt-git
pkgver=4.9.0.9.g912b8a5970
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -106,8 +106,6 @@ 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 \