VirtualBox

Changeset 12783 in vbox for trunk/src/VBox/Main/Makefile.kmk


Ignore:
Timestamp:
Sep 29, 2008 9:31:21 AM (16 years ago)
Author:
vboxsync
Message:

Solaris/vboxnetflt: Unplumbed interfaces. Disabled Main enumeration as it requires NSL link fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r12780 r12783  
    211211VBoxSVC_DEFS.linux += VBOX_USE_LIBHAL
    212212VBoxSVC_DEFS.solaris += VBOX_USE_LIBHAL
     213ifdef VBOX_SOLARIS_USE_DEVINFO
     214 VBoxSVC_DEFS.solaris += VBOX_SOLARIS_USE_DEVINFO
     215endif
    213216
    214217VBoxSVC_INCS = \
     
    233236        adm
    234237ifdef VBOX_WITH_NETFLT
    235  VBoxSVC_LIBS.solaris += \
    236         socket
     238 ifdef VBOX_SOLARIS_USE_DEVINFO
     239  VBoxSVC_LIBS.solaris += devinfo
     240 else
     241  VBoxSVC_LIBS.solaris += socket
     242 endif
    237243endif
    238244ifdef VBOX_WITH_USB
Note: See TracChangeset for help on using the changeset viewer.

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