summaryrefslogtreecommitdiffstats
path: root/debian/patches/35-libvdeplug-soname.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:19:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:19:25 +0000
commit744970696db3fad9c8735bcbe54c840e1e084d76 (patch)
tree479f3208f97fc415b7dc42c25ba734bb06dc8766 /debian/patches/35-libvdeplug-soname.patch
parentAdding upstream version 6.1.22-dfsg. (diff)
downloadvirtualbox-debian.tar.xz
virtualbox-debian.zip
Adding debian version 6.1.22-dfsg-4.debian/6.1.22-dfsg-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/35-libvdeplug-soname.patch')
-rw-r--r--debian/patches/35-libvdeplug-soname.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/35-libvdeplug-soname.patch b/debian/patches/35-libvdeplug-soname.patch
new file mode 100644
index 00000000..81f5c7bc
--- /dev/null
+++ b/debian/patches/35-libvdeplug-soname.patch
@@ -0,0 +1,24 @@
+Description: Revert http://www.virtualbox.org/changeset/36310
+ The libvdeplug.so symlink is only shipped in the -dev package.
+Author: Felix Geyer <fgeyer@debian.org>
+
+Index: virtualbox/include/VBox/VDEPlugSymDefs.h
+===================================================================
+--- virtualbox.orig/include/VBox/VDEPlugSymDefs.h
++++ virtualbox/include/VBox/VDEPlugSymDefs.h
+@@ -1,5 +1,5 @@
+ /** @file
+- * Symbols from libvdeplug.so to be loaded at runtime for DrvVDE.cpp
++ * Symbols from libvdeplug.so.2 to be loaded at runtime for DrvVDE.cpp
+ */
+
+ /*
+@@ -24,7 +24,7 @@
+ */
+
+ /** The file name of the DBus library */
+-#define VBOX_LIB_VDE_PLUG_NAME "libvdeplug.so"
++#define VBOX_LIB_VDE_PLUG_NAME "libvdeplug.so.2"
+ #define RT_RUNTIME_LOADER_LIB_NAME VBOX_LIB_VDE_PLUG_NAME
+
+ /** The name of the loader function */