- Timestamp:
- Mar 27, 2024 12:35:52 PM (10 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r103978 r104082 5081 5081 # openssl 5082 5082 SDK_VBoxOpenSslStatic := OpenSSL - Only for VBoxRT and/or statically linked programs. 5083 SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1. 4-headers/include5083 SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1.5-headers/include 5084 5084 SDK_VBoxOpenSslStatic_INCS ?= $(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS) 5085 5085 SDK_VBoxOpenSslStatic_ORDERDEPS ?= $(crypto-headers_1_TARGET) … … 5095 5095 5096 5096 SDK_VBoxOpenSslStatic-x86 := OpenSSL/x86 - Only for VBoxRT and/or statically linked programs. 5097 SDK_VBoxOpenSslStatic-x86_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1. 4-headers/include5097 SDK_VBoxOpenSslStatic-x86_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1.5-headers/include 5098 5098 SDK_VBoxOpenSslStatic-x86_INCS ?= $(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS) 5099 5099 SDK_VBoxOpenSslStatic-x86_ORDERDEPS ?= $(crypto-headers_1_TARGET) -
trunk/src/libs/Makefile.kmk
r103319 r104082 109 109 && (!defined(VBOX_ONLY_EXTPACKS) || defined(VBOX_NEED_EXTPACK_OPENSSL) || defined(VBOX_WITH_BLD_RTSIGNTOOL_SIGNING) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS)) \ 110 110 && ("$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)" || defined(VBOX_NEED_EXTPACK_OPENSSL)) 111 include $(PATH_SUB_CURRENT)/openssl-3.1. 4/Makefile.kmk111 include $(PATH_SUB_CURRENT)/openssl-3.1.5/Makefile.kmk 112 112 endif 113 113
Note:
See TracChangeset
for help on using the changeset viewer.