From eafdd4d871e4bd96db7e1524976dbecf5c292461 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Mon, 21 Oct 2024 03:21:46 +0000 Subject: acpi: Link to libirqhelp This change is required when the libacpica library is updated to link with hurd library irqhelp. Message-ID: <20241021032136.2915779-2-damien@zamaudio.com> --- acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpi/Makefile b/acpi/Makefile index ceccb351..6e91e980 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 -- cgit v1.2.3