~ubuntu-branches/ubuntu/trusty/virtualbox-lts-xenial/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/35-libvdeplug-soname.patch

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2016-02-23 14:28:26 UTC
  • Revision ID: package-import@ubuntu.com-20160223142826-kpprg3lfwn2izud0
Tags: 4.3.36-dfsg-1+deb8u1ubuntu1.14.04.1~14.04.4
Use lts-xenial stack. Build only guest additions (LP: #1424769).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Revert http://www.virtualbox.org/changeset/36310
 
2
 The libvdeplug.so symlink is only shipped in the -dev package.
 
3
Author: Felix Geyer <fgeyer@debian.org>
 
4
 
 
5
--- a/include/VBox/VDEPlugSymDefs.h
 
6
+++ b/include/VBox/VDEPlugSymDefs.h
 
7
@@ -1,5 +1,5 @@
 
8
 /** @file
 
9
- * Symbols from libvdeplug.so to be loaded at runtime for DrvVDE.cpp
 
10
+ * Symbols from libvdeplug.so.2 to be loaded at runtime for DrvVDE.cpp
 
11
  */
 
12
 
 
13
 /*
 
14
@@ -43,7 +43,7 @@ struct vde_open_args
 
15
 };
 
16
 
 
17
 /** The file name of the DBus library */
 
18
-#define VBOX_LIB_VDE_PLUG_NAME "libvdeplug.so"
 
19
+#define VBOX_LIB_VDE_PLUG_NAME "libvdeplug.so.2"
 
20
 #define RT_RUNTIME_LOADER_LIB_NAME VBOX_LIB_VDE_PLUG_NAME
 
21
 
 
22
 /** The name of the loader function */