From cb224849bc10b8cc0c60fe54b5bf2287296e33c0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Apr 2019 11:39:19 +0200 Subject: acpi: Fix static link * acpi/Makefile (HURDLIBS): Add iohelp ihash. --- acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acpi') diff --git a/acpi/Makefile b/acpi/Makefile index b3b7407b..f84f4b35 100644 --- a/acpi/Makefile +++ b/acpi/Makefile @@ -25,7 +25,7 @@ SRCS = main.c netfs_impl.c acpi.c \ MIGSRCS = OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS))) -HURDLIBS= fshelp ports shouldbeinlibc netfs +HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash LDLIBS = -lpthread target = acpi -- cgit v1.2.3