VirtualBox

Changeset 101714 in vbox


Ignore:
Timestamp:
Nov 2, 2023 12:07:28 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159808
Message:

/Config.kmk: Fixed two incorrect checks for user-specified openssl. bugref:10539

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r101636 r101714  
    50685068 SDK_VBoxOpenSslBldProg_ORDERDEPS     ?= $(crypto-headers_1_TARGET)
    50695069 if   !defined(VBOX_ONLY_SDK) \
    5070    && ("$(SDK_VBoxOpenSsl_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)")
     5070   && ("$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)")
    50715071  SDK_VBoxOpenSslBldProg_DEPS         ?= $(SDK_VBoxOpenSslStatic_INCS)/openssl/openssl-mangling.h
    50725072 endif
     
    50785078SDK_VBoxOpenSsl              := This is what you should be using!  It links against VBoxRT.
    50795079SDK_VBoxOpenSsl_EXTENDS      := VBoxOpenSslStatic
    5080 if "$(SDK_VBoxOpenSsl_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)"
     5080if "$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)"
    50815081 SDK_VBoxOpenSsl_LIBS         = $(NO_SUCH_VARIABLE)
    50825082endif
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