Revert "qemu: Update to version 6.1.0"

This reverts commit 1c38f2ccef.
This commit is contained in:
Peter Müller
2021-12-04 23:27:18 +01:00
parent 36ceea42b8
commit dbfd639292
3 changed files with 71 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 6.1.0
VER = 5.2.0
THISAPP = qemu-$(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 = qemu
PAK_VER = 31
PAK_VER = 30
DEPS = libusbredir spice libseccomp
@@ -55,7 +55,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 47f776c276a24f42108ba512a2aa3013
$(DL_FILE)_MD5 = 179f86928835da857c237b42f4b2df73
install : $(TARGET)
@@ -88,6 +88,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/qemu-5.2.0-no-pie.patch
cd $(DIR_APP) && ./configure \
--prefix=/usr \
--sysconfdir=/etc \