Changeset 108219 in vbox
- Timestamp:
- Feb 14, 2025 9:52:59 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167539
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r108217 r108219 5133 5133 # openssl 5134 5134 SDK_VBoxOpenSslStatic := OpenSSL - Only for VBoxRT and/or statically linked programs. 5135 SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3. 1.7-headers/include5135 SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.3.2-headers/include 5136 5136 SDK_VBoxOpenSslStatic_INCS ?= $(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS) 5137 5137 SDK_VBoxOpenSslStatic_ORDERDEPS ?= $(crypto-headers_1_TARGET) … … 5147 5147 5148 5148 SDK_VBoxOpenSslStatic-x86 := OpenSSL/x86 - Only for VBoxRT and/or statically linked programs. 5149 SDK_VBoxOpenSslStatic-x86_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3. 1.7-headers/include5149 SDK_VBoxOpenSslStatic-x86_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.3.2-headers/include 5150 5150 SDK_VBoxOpenSslStatic-x86_INCS ?= $(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS) 5151 5151 SDK_VBoxOpenSslStatic-x86_ORDERDEPS ?= $(crypto-headers_1_TARGET) -
trunk/src/libs/Makefile.kmk
r108181 r108219 110 110 && (!defined(VBOX_ONLY_EXTPACKS) || defined(VBOX_NEED_EXTPACK_OPENSSL) || defined(VBOX_WITH_BLD_RTSIGNTOOL_SIGNING) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS)) \ 111 111 && ("$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)" || defined(VBOX_NEED_EXTPACK_OPENSSL)) 112 include $(PATH_SUB_CURRENT)/openssl-3. 1.7/Makefile.kmk112 include $(PATH_SUB_CURRENT)/openssl-3.3.2/Makefile.kmk 113 113 endif 114 114
Note:
See TracChangeset
for help on using the changeset viewer.