mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
5be48faaea
commit
3c726a3797
2 changed files with 13 additions and 1 deletions
12
srcpkgs/virtualbox-ose/patches/900-linux-6.4.10.patch
Normal file
12
srcpkgs/virtualbox-ose/patches/900-linux-6.4.10.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff -Nurp VirtualBox-7.0.10/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c VirtualBox-7.0.10-linux6410/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
|
||||||
|
--- VirtualBox-7.0.10/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c 2023-07-12 16:36:55.000000000 +0000
|
||||||
|
+++ VirtualBox-7.0.10-linux6410/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c 2023-08-11 12:18:01.841396649 +0000
|
||||||
|
@@ -47,7 +47,7 @@
|
||||||
|
#if RTLNX_VER_MIN(2,6,24)
|
||||||
|
# include <linux/nsproxy.h>
|
||||||
|
#endif
|
||||||
|
-#if RTLNX_VER_MIN(6,5,0)
|
||||||
|
+#if RTLNX_VER_MIN(6,4,10)
|
||||||
|
# include <net/gso.h>
|
||||||
|
#endif
|
||||||
|
#include <linux/netdevice.h>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'virtualbox-ose'
|
# Template file for 'virtualbox-ose'
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
version=7.0.10
|
version=7.0.10
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only, CDDL-1.0"
|
license="GPL-2.0-only, CDDL-1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue