--- acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpi/Makefile b/acpi/Makefile index ceccb351e..6e91e980f 100644 --- a/acpi/Makefile +++ b/acpi/Makefile @@ -27,7 +27,7 @@ SRCS = main.c netfs_impl.c acpi.c \ MIGSRCS = OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS))) -HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs +HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs irqhelp LDLIBS = -lpthread $(libacpica_LIBS) target = acpi acpi.static -- 2.45.2
[PATCH hurd] acpi: Link with irqhelp
Damien Zammit via Bug reports for the GNU Hurd Mon, 25 Nov 2024 23:43:02 -0800
- [PATCH hurd] acpi: Link wit... Damien Zammit via Bug reports for the GNU Hurd
- Re: [PATCH hurd] acpi:... Samuel Thibault