VirtualBox

Changeset 9427 in vbox for trunk/src


Ignore:
Timestamp:
Jun 5, 2008 1:50:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31669
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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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)),)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette