From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web12.50712.1629265342083412757 for ; Tue, 17 Aug 2021 22:42:23 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: michael.d.kinney@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10079"; a="277283645" X-IronPort-AV: E=Sophos;i="5.84,330,1620716400"; d="scan'208";a="277283645" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2021 22:42:21 -0700 X-IronPort-AV: E=Sophos;i="5.84,330,1620716400"; d="scan'208";a="676909202" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.89.84]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2021 22:42:21 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Rebecca Cran Subject: [edk2-libc Patch 3/9] StdLib: Remove SocketDxe from build Date: Tue, 17 Aug 2021 22:42:00 -0700 Message-Id: <20210818054206.1223-4-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 In-Reply-To: <20210818054206.1223-1-michael.d.kinney@intel.com> References: <20210818054206.1223-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3549 SocketDxe generates build failures with VS2017 and VS2019 due to use of weak references and /WHOLEARCHIVE. Disable SocketDxe until weak references can be removed. Cc: Rebecca Cran Signed-off-by: Michael D Kinney --- StdLib/StdLib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc index d0a0c8a..4c72b4f 100644 --- a/StdLib/StdLib.inc +++ b/StdLib/StdLib.inc @@ -99,7 +99,7 @@ ########## # Socket Layer ########## - StdLib/SocketDxe/SocketDxe.inf +# StdLib/SocketDxe/SocketDxe.inf ############################################################################## -- 2.32.0.windows.1