Update libvirt to 3.1.0

This patch update the libvirt library to version 3.1.0
We can not update to the latest version in the moment because version
3.2.0 has a annoying bug.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-04-15 14:01:30 +02:00
committed by Michael Tremer
parent 91c35e4838
commit 8e5116af26
2 changed files with 157 additions and 154 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.5.0
VER = 3.1.0
THISAPP = libvirt-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = libvirt
PAK_VER = 12
PAK_VER = 13
DEPS = "libpciaccess libyajl ncat qemu"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 001af1ca2545971c6b46628678fd4afa
$(DL_FILE)_MD5 = e31aa7e0a1635e72fdc140c10a677895
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))