VirtualBox

Changeset 4879 in vbox


Ignore:
Timestamp:
Sep 17, 2007 10:55:05 PM (17 years ago)
Author:
vboxsync
Message:

gethostbyname (or whatever it was) lives in nsl. License crap.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4878 r4879  
    20642064  ifeq ($(BUILD_TARGET),solaris)
    20652065   TEMPLATE_VBOXQTGUIEXE_LIBS += \
    2066         rt socket
     2066        rt socket nsl
    20672067  endif
    20682068 endif
     
    25162516
    25172517ifndef VBOX_OSE
    2518 ifeq ($(BUILD_TARGET),linux)
     2518ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # linux only, yea, right.
    25192519VBOX_LICENSE_SRC := $(PATH_ROOT)/doc/License.html
    25202520VBOX_LICENSE_VER := $(shell grep Version $(VBOX_LICENSE_SRC)|sed -e 's/.*Version \([0-9.]*\),.*/\1/g')
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r4875 r4879  
    6060VirtualBox_SDKS.win = WINPSDK DXSDK
    6161#ifeq ($(filter-out freebsd linux netbsd openbsd os2 solaris,$(BUILD_TARGET)),) - later
    62 ifeq ($(filter-out freebsd linux netbsd openbsd os2,$(BUILD_TARGET)),)
     62ifeq ($(filter-out freebsd linux netbsd openbsd os2,$(BUILD_TARGET)),) # X11 + os2
    6363VirtualBox_SDKS += LIBSDL
    6464endif
     
    7070
    7171ifndef VBOX_OSE
    72 ifeq ($(BUILD_TARGET),linux)
     72ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # linux only, yea, right.
    7373# Note: I'm doing this right here because the GUI will _not_ run
    7474#       without that file which might be annoying for developers!
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