forked from pool/virtualbox
037ec0118a
- Remove symbols that forced rebuild of initrd - Version update to 6.1.14 (released September 04 2020 by Oracle) File "fix_virtio_build.patch" is added to fix a build problem. This is a maintenance release. The following items were fixed and/or added: GUI: Fixes file name changes in the File location field when creating Virtual Hard Disk (bug #19286) VMM: Fixed running VMs which failed to start with VERR_NEM_MISSING_KERNEL_API_2 when Hyper-V is used (bug #19779 and #19804) Audio: fix regression in HDA emulation introduced in 6.1.0 Shared Clipboard: Fixed a potential crash when copying HTML data (6.1.2 regression; bug #19226) Linux host and guest: Linux kernel version 5.8 support EFI: Fixed reading ISO9660 filesystems on attached media (6.1.0 regression; bug #19682) EFI: Support booting from drives attached to the LsiLogic SCSI and SAS controller emulations OBS-URL: https://build.opensuse.org/request/show/833132 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=570
40 lines
1.9 KiB
Diff
40 lines
1.9 KiB
Diff
Index: VirtualBox-6.1.14/Makefile.kmk
|
|
===================================================================
|
|
--- VirtualBox-6.1.14.orig/Makefile.kmk
|
|
+++ VirtualBox-6.1.14/Makefile.kmk
|
|
@@ -724,7 +724,6 @@ VBOX_CORE_DOXYFILE_INPUT_DIRS = \
|
|
src/VBox/Additions/x11/vboxmouse \
|
|
src/VBox/Additions/x11/vboxmouse/xorg70 \
|
|
src/VBox/Additions/x11/vboxmouse/xorg71 \
|
|
- src/VBox/Additions/x11/vboxvideo \
|
|
src/VBox/NetworkServices \
|
|
src/VBox/NetworkServices/Dhcpd \
|
|
src/VBox/NetworkServices/NAT \
|
|
Index: VirtualBox-6.1.14/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
|
|
===================================================================
|
|
--- VirtualBox-6.1.14.orig/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
|
|
+++ VirtualBox-6.1.14/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
|
|
@@ -395,7 +395,8 @@ vboxvideo_drv_118_INCS += $(PATH_ROOT)/s
|
|
vboxvideo_drv_118_SOURCES := $(vboxvideo_drv_17_SOURCES)
|
|
vboxvideo_drv_118_LIBS += $(vboxvideo_drv_70_LIBS)
|
|
|
|
-ifdef VBOX_USE_SYSTEM_XORG_HEADERS
|
|
+# Fix to never build
|
|
+ifdef XX_VBOX_USE_SYSTEM_XORG_HEADERS
|
|
# Build using local X.Org headers. We assume X.Org Server 1.7 or later.
|
|
DLLS := $(filter-out vboxvideo_drv_%,$(DLLS)) vboxvideo_drv_system
|
|
SYSMODS := $(filter-out vboxvideo_drv%,$(SYSMODS))
|
|
Index: VirtualBox-6.1.14/src/VBox/Additions/x11/Makefile.kmk
|
|
===================================================================
|
|
--- VirtualBox-6.1.14.orig/src/VBox/Additions/x11/Makefile.kmk
|
|
+++ VirtualBox-6.1.14/src/VBox/Additions/x11/Makefile.kmk
|
|
@@ -22,7 +22,7 @@ include $(KBUILD_PATH)/subheader.kmk
|
|
if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
|
|
include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk
|
|
ifndef VBOX_NO_LEGACY_XORG_X11
|
|
- include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk
|
|
+# include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk
|
|
ifn1of ($(KBUILD_TARGET), netbsd solaris)
|
|
include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk
|
|
endif
|