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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 04 Nov 2024 04:59:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277528

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

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

commit adce5eaab9a975655cd846c9841551ed8f89207a
Author:     Tatiana <t.ermakova@securitycode.ru>
AuthorDate: 2024-11-02 22:13:58 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-11-04 00:51:25 +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

    (cherry picked from commit 47ef2a131091508e049ab10cad7f91a3c1342cd9)

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

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