VirtualBox

Changeset 9427

Show
Ignore:
Timestamp:
06/05/08 15:50:27 (3 months ago)
Author:
vboxsync
Message:

Compile async completion manager by default and disable the native linux host backend as it has a dependency on libaio and doesn't work too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r9422 r9427  
    285285VBOX_WITH_AHCI = 1 
    286286# Enable the new async completion manager 
    287 #VBOX_WITH_PDM_ASYNC_COMPLETION = 1 
     287VBOX_WITH_PDM_ASYNC_COMPLETION = 1 
    288288# Enable use of the $ORIGIN rpath feature. This is the default on 
    289289# Solaris, but not else where for various reasons (ld.so, dist builds). 
     
    343343 VBOX_WITH_VRDP_AUTHMOD= 
    344344 VBOX_WITH_VRDP_RDESKTOP= 
    345  VBOX_WITH_PDM_ASYNC_COMPLETION= 
    346345endif 
    347346 
     
    364363 VBOX_WITH_VRDP_RDESKTOP= 
    365364 VBOX_WITH_OGL= 
    366  VBOX_WITH_PDM_ASYNC_COMPLETION= 
    367365endif 
    368366 
     
    376374 VBOX_WITH_EHCI= 
    377375 VBOX_WITH_DOCS= 
    378  VBOX_WITH_PDM_ASYNC_COMPLETION= 
    379376endif 
    380377 
  • trunk/src/VBox/VMM/Makefile.kmk

    r9008 r9427  
    156156VMMR3_SOURCES.linux += \ 
    157157        PDMAsyncCompletionSocketPosix.cpp \ 
    158         PDMAsyncCompletionHostLinux.cpp \ 
    159158        PDMAsyncCompletionHostPosix.cpp 
    160159 
     
    202201VBoxVMM_LDFLAGS.darwin = -install_name @executable_path/VBoxVMM.dylib 
    203202VBoxVMM_LDFLAGS.solaris = -mimpure-text 
    204 ifdef VBOX_WITH_PDM_ASYNC_COMPLETION 
    205  ifeq ($(KBUILD_HOST), linux) 
    206 VBoxVMM_LIBS += aio 
    207  endif 
    208 endif 
     203#ifdef VBOX_WITH_PDM_ASYNC_COMPLETION 
     204# ifeq ($(KBUILD_HOST), linux) 
     205#VBoxVMM_LIBS += aio 
     206# endif 
     207#endif 
    209208 
    210209ifneq ($(filter pe lx,$(VBOX_LDR_FMT32)),) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy