Ticket #28469: patch-vde.diff

File patch-vde.diff, 760 bytes (added by carsomyr@…, 13 years ago)

The VDE patch (revision 3).

  • configure

    old new  
    25532553fi
    25542554
    25552555# VDE
    2556 if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then
     2556if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "darwin" ]; then
    25572557  if [ $WITH_VDE -eq 1 ]; then
    25582558    cnf_append "VBOX_WITH_VDE" "1"
    25592559  fi
  • include/VBox/VDEPlugSymDefs.h

    old new  
    4343};
    4444
    4545/** The file name of the DBus library */
    46 #define VBOX_LIB_VDE_PLUG_NAME "libvdeplug.so"
     46#define VBOX_LIB_VDE_PLUG_NAME "@PREFIX@/lib/libvdeplug.dylib"
    4747#define RT_RUNTIME_LOADER_LIB_NAME VBOX_LIB_VDE_PLUG_NAME
    4848
    4949/** The name of the loader function */