VirtualBox

Changeset 74742 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 10, 2018 12:51:06 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: Dropped openssl from the static RuntimR3.lib/a build. bugref:9232

File:
1 edited

Legend:

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

    r74741 r74742  
    259259#
    260260RuntimeR3_TEMPLATE      = VBoxR3Static
    261 RuntimeR3_SDKS          = VBOX_OPENSSL VBOX_LIBXML2
     261RuntimeR3_SDKS          = VBOX_LIBXML2
    262262RuntimeR3_SDKS.win      = $(VBOX_WINPSDK) $(VBOX_WINDDK)
    263263RuntimeR3_DEFS          = \
     
    271271        RT_NO_GIP \
    272272        RT_WITHOUT_NOCRT_WRAPPERS \
    273         IPRT_WITH_OPENSSL \
    274273        NOFILEID
    275274if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
     
    15201519RuntimeBldProg_BLD_TRG_ARCH    := $(KBUILD_HOST_ARCH)
    15211520RuntimeBldProg_BLD_TRG_CPU     := $(KBUILD_HOST_CPU)
    1522 RuntimeBldProg_DEFS            := $(filter-out IN_SUP_R3 IN_SUP IPRT_WITH_OPENSSL, $(RuntimeR3_DEFS)) IPRT_WITHOUT_LDR_VERIFY RT_NO_GIP
     1521RuntimeBldProg_DEFS            := $(filter-out IN_SUP_R3 IN_SUP, $(RuntimeR3_DEFS)) IPRT_WITHOUT_LDR_VERIFY RT_NO_GIP
    15231522RuntimeBldProg_SOURCES         = \
    15241523        common/alloc/alloc.cpp \
     
    19671966## @todo change this to EXTEND the RuntimeR3 target.
    19681967RuntimeGuestR3_SDKS.win                 := $(RuntimeR3_SDKS.win)
    1969 RuntimeGuestR3_DEFS                     := $(filter-out RTCRITSECT_STRICT RT_NO_GIP IPRT_WITH_OPENSSL, $(RuntimeR3_DEFS))
     1968RuntimeGuestR3_DEFS                     := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS))
    19701969RuntimeGuestR3_DEFS                     := $(filter-out IN_SUP_R3, $(RuntimeGuestR3_DEFS))
    19711970RuntimeGuestR3_DEFS.$(KBUILD_TARGET)    := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
     
    20432042endif
    20442043VBoxRT_DEFS                   := $(filter-out RT_NO_GIP, $(RuntimeR3_DEFS)) \
     2044        IPRT_WITH_OPENSSL \
    20452045        IPRT_WITH_XAR \
    20462046        $(if-expr !defined(VBOX_WITH_ALT_HASH_CODE),IPRT_WITHOUT_SHA512T224 IPRT_WITHOUT_SHA512T256,)
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