VirtualBox

Changeset 48283 in vbox


Ignore:
Timestamp:
Sep 5, 2013 12:17:10 AM (11 years ago)
Author:
vboxsync
Message:

Fixed VBOX_ZLIB bug in previous commit.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r48282 r48283  
    27042704 SDK_VBOX_ZLIB_INCS  ?= $(PATH_ROOT)/src/libs/zlib-1.2.6
    27052705 SDK_VBOX_ZLIB_LIBS  ?= $(PATH_STAGE_LIB)/VBox-zlib$(VBOX_SUFF_LIB)
    2706  SDK_VBOX_ZLIB_LIBS.x86 ?= $(PATH_STAGE_LIB)/VBox-zlib-x86$(VBOX_SUFF_LIB)
    27072706else
    27082707 SDK_VBOX_ZLIB_INCS  ?=
    27092708 SDK_VBOX_ZLIB_LIBS  ?= z
    2710  SDK_VBOX_ZLIB_LIBS.x86 ?= z
    27112709 SDK_VBOX_ZLIB_DEFS.linux ?= _LARGEFILE64_SOURCE
     2710endif
     2711
     2712SDK_VBOX_ZLIB-x86    = .
     2713SDK_VBOX_ZLIB-x86_EXTENDS = VBOX_ZLIB
     2714if1of ($(KBUILD_TARGET), os2 solaris win)
     2715 SDK_VBOX_ZLIB_LIBS-x86  ?= $(PATH_STAGE_LIB)/VBox-zlib-x86$(VBOX_SUFF_LIB)
    27122716endif
    27132717
  • trunk/src/VBox/Runtime/Makefile.kmk

    r48282 r48283  
    14391439endif
    14401440VBoxRT-x86_LIBS                  += \
    1441         $(SDK_VBOX_ZLIB_LIBS.x86)
     1441        $(SDK_VBOX_ZLIB_LIBS-x86)
    14421442ifndef SDK_VBOX_OPENSSL_LIBS
    14431443 VBoxRT-x86_LIBS                 += \
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