[edk2-devel] [PATCH 1/1] Bhyve: fix tls-enabled build

Ard Biesheuvel ardb at kernel.org
Fri Dec 17 16:59:58 UTC 2021


On Fri, 17 Dec 2021 at 13:39, Gerd Hoffmann <kraxel at redhat.com> wrote:
>
> Path doesn't exist below OvmfPkg/Bhyve, use the OvmfPkg version
> instead.  Fixes build with -D NETWORK_TLS_ENABLE.
>
> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
> ---
>  OvmfPkg/Bhyve/BhyveX64.dsc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/OvmfPkg/Bhyve/BhyveX64.dsc b/OvmfPkg/Bhyve/BhyveX64.dsc
> index 40c5b7b1610e..5fa08bebd73c 100644
> --- a/OvmfPkg/Bhyve/BhyveX64.dsc
> +++ b/OvmfPkg/Bhyve/BhyveX64.dsc
> @@ -733,7 +733,7 @@ [Components]
>  !if $(NETWORK_TLS_ENABLE) == TRUE
>    NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
>      <LibraryClasses>
> -      NULL|OvmfPkg/Bhyve/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
> +      NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
>    }
>  !endif
>    OvmfPkg/VirtioNetDxe/VirtioNet.inf
> --
> 2.33.1
>

Merged as #2324

Thanks,


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#85081): https://edk2.groups.io/g/devel/message/85081
Mute This Topic: https://groups.io/mt/87788048/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list