From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web10.847.1591117861556706227 for ; Tue, 02 Jun 2020 10:11:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OVO/oq54; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591117860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wFiISqOcb0ITEJOoCGjfcs5PlUZ4GybKDxEd3XjWwiY=; b=OVO/oq54skYJxDmsOmnfQmj0/hXq8kYjB8Bgr1rlQsIb2Qm2qglUx33xJtC82K9QROjyvI wVT0SU1yT+vVHXKwy0nLbTSOWk7e3Vj0di0FCm3qxAI/6rSZjaUTDKmCrLajZT6h0GFsnd 376BFqSrkw4ludbzLDIoChN9wffPI2A= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-26-gpuya819OOSaml2hns7DIA-1; Tue, 02 Jun 2020 13:10:36 -0400 X-MC-Unique: gpuya819OOSaml2hns7DIA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0F9B6102C857; Tue, 2 Jun 2020 17:10:35 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-66.ams2.redhat.com [10.36.115.66]) by smtp.corp.redhat.com (Postfix) with ESMTP id C035311A9F4; Tue, 2 Jun 2020 17:10:32 +0000 (UTC) Subject: Re: [edk2-devel] [Question] How to static link OpenSSL library? To: devel@edk2.groups.io, zhengxiang9@huawei.com Cc: jian.j.wang@intel.com, xiaoyux.lu@intel.com, caihe , Wang Haibin , "Ard Biesheuvel (ARM address)" References: <64600bc2-277c-dac8-56de-79029a9ad066@huawei.com> From: "Laszlo Ersek" Message-ID: Date: Tue, 2 Jun 2020 19:10:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <64600bc2-277c-dac8-56de-79029a9ad066@huawei.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 05/30/20 12:04, Xiang Zheng wrote: > Hi all, > > I want to static link openssl library instead of compiling source codes > on building ArmVirtPkg. > > Is there any way to make it possible? > See http://mid.mail-archive.com/98692150-a0be-5735-8452-3f316008f8c7@redhat.com for some potential hints. Alternative link to the same: https://lists.01.org/hyperkitty/list/edk2-devel@lists.01.org/message/LY273TY6XIZJCDZ2MSBBQDBVCR6KRHEH/ Thanks Laszlo