Changeset 101714 in vbox
- Timestamp:
- Nov 2, 2023 12:07:28 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk ¶
r101636 r101714 5068 5068 SDK_VBoxOpenSslBldProg_ORDERDEPS ?= $(crypto-headers_1_TARGET) 5069 5069 if !defined(VBOX_ONLY_SDK) \ 5070 && ("$(SDK_VBoxOpenSsl _INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)")5070 && ("$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)") 5071 5071 SDK_VBoxOpenSslBldProg_DEPS ?= $(SDK_VBoxOpenSslStatic_INCS)/openssl/openssl-mangling.h 5072 5072 endif … … 5078 5078 SDK_VBoxOpenSsl := This is what you should be using! It links against VBoxRT. 5079 5079 SDK_VBoxOpenSsl_EXTENDS := VBoxOpenSslStatic 5080 if "$(SDK_VBoxOpenSsl _INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)"5080 if "$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)" 5081 5081 SDK_VBoxOpenSsl_LIBS = $(NO_SUCH_VARIABLE) 5082 5082 endif
Note:
See TracChangeset
for help on using the changeset viewer.