Changeset 101023 in vbox
- Timestamp:
- Sep 6, 2023 4:00:25 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158980
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r100974 r101023 4993 4993 # openssl 4994 4994 SDK_VBoxOpenSslStatic := OpenSSL - Only for VBoxRT and/or statically linked programs. 4995 SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1. 0-headers/include4995 SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1.2-headers/include 4996 4996 SDK_VBoxOpenSslStatic_INCS ?= $(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS) 4997 4997 SDK_VBoxOpenSslStatic_ORDERDEPS ?= $(crypto-headers_1_TARGET) … … 5007 5007 5008 5008 SDK_VBoxOpenSslStatic-x86 := OpenSSL/x86 - Only for VBoxRT and/or statically linked programs. 5009 SDK_VBoxOpenSslStatic-x86_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1. 0-headers/include5009 SDK_VBoxOpenSslStatic-x86_VBOX_DEFAULT_INCS := $(PATH_OUT)/obj/crypto-3.1.2-headers/include 5010 5010 SDK_VBoxOpenSslStatic-x86_INCS ?= $(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS) 5011 5011 SDK_VBoxOpenSslStatic-x86_ORDERDEPS ?= $(crypto-headers_1_TARGET) -
trunk/src/libs/Makefile.kmk
r100974 r101023 108 108 && (!defined(VBOX_ONLY_EXTPACKS) || defined(VBOX_NEED_EXTPACK_OPENSSL) || defined(VBOX_WITH_BLD_RTSIGNTOOL_SIGNING) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS)) \ 109 109 && ("$(SDK_VBoxOpenSslStatic_INCS)" == "$(SDK_VBoxOpenSslStatic_VBOX_DEFAULT_INCS)" || defined(VBOX_NEED_EXTPACK_OPENSSL)) 110 include $(PATH_SUB_CURRENT)/openssl-3.1. 0/Makefile.kmk110 include $(PATH_SUB_CURRENT)/openssl-3.1.2/Makefile.kmk 111 111 endif 112 112
Note:
See TracChangeset
for help on using the changeset viewer.