libvirt: update to version 4.0

This version works for me. Some others do not ..

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
2018-01-19 19:29:03 +01:00
committed by Michael Tremer
parent 34297a18a4
commit e7edab7e55
2 changed files with 188 additions and 159 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.1.0
VER = 4.0.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 = 13
PAK_VER = 14
DEPS = "libpciaccess libyajl ncat qemu"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e31aa7e0a1635e72fdc140c10a677895
$(DL_FILE)_MD5 = ff0dbdd8ec4ac1277588dfe3b245d0e9
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))