[Bug 277528] EFI loader build fails when LOADER_NET_SUPPORT=no

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Nov 2024 22:17:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277528

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=47ef2a131091508e049ab10cad7f91a3c1342cd9

commit 47ef2a131091508e049ab10cad7f91a3c1342cd9
Author:     Tatiana <t.ermakova@securitycode.ru>
AuthorDate: 2024-11-02 22:13:58 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-11-02 22:13:58 +0000

    loader.efi: Fix LOADER_NET_SUPPORT=no builds

    We include too many references to networking things in the
    non-networking build for loader.efi. Ifdef out netserver command when we
    are disabling network support to resolve.

    PR: 277528
    MFC After: 2 days
    Reviewed by: imp

 stand/efi/loader/main.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.