Ticket #28469: patch-vde.diff
File patch-vde.diff, 760 bytes (added by carsomyr@…, 13 years ago) |
---|
-
configure
old new 2553 2553 fi 2554 2554 2555 2555 # VDE 2556 if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then2556 if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "darwin" ]; then 2557 2557 if [ $WITH_VDE -eq 1 ]; then 2558 2558 cnf_append "VBOX_WITH_VDE" "1" 2559 2559 fi -
include/VBox/VDEPlugSymDefs.h
old new 43 43 }; 44 44 45 45 /** 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" 47 47 #define RT_RUNTIME_LOADER_LIB_NAME VBOX_LIB_VDE_PLUG_NAME 48 48 49 49 /** The name of the loader function */