From 5ea07b9d15fac130a53737e7ce2a29ae7a691520 Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Fri, 23 Dec 2016 16:39:45 +0800 Subject: [PATCH] Nt32Pkg/Nt32Pkg.dsc: Change TLS_ENABLE flag to FALSE by default TLS feature highly depends on the OpenSSL building. To avoid the default Nt32 platform build failure, we should change the default value of TLS_ENABLE to FALSE. The notes are also provided for Secure Boot and TLS features. Cc: Ni Ruiyu Cc: Ye Ting Cc: Long Qin Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Reviewed-by: Ye Ting --- Nt32Pkg/Nt32Pkg.dsc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 0a59e467b9..134afb8d25 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -44,6 +44,10 @@ # Defines for default states. These can be changed on the command line. # -D FLAG=VALUE # + # Note: Secure Boot feature highly depends on the OpenSSL building. To enable this + # feature, please follow the instructions found in the file "Patch-HOWTO.txt" + # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first. + # DEFINE SECURE_BOOT_ENABLE = FALSE # @@ -51,7 +55,11 @@ # These can be changed on the command line. # -D FLAG=VALUE # - DEFINE TLS_ENABLE = TRUE + # Note: TLS feature highly depends on the OpenSSL building. To enable this + # feature, please follow the instructions found in the file "Patch-HOWTO.txt" + # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first. + # + DEFINE TLS_ENABLE = FALSE ################################################################################ #