From 933ca791a7a9dbd36f58a502181c5822a3c5cadf Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Apr 2019 16:52:53 +0200 Subject: shutdown: Fix static link * shutdown/Makefile (HURDLIBS): Add iohelp ihash. --- shutdown/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shutdown') diff --git a/shutdown/Makefile b/shutdown/Makefile index ced79702..8c219c4c 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -19,7 +19,7 @@ dir := shutdown makemode := server SRCS = shutdown.c acpi_shutdown.c -HURDLIBS = ports shouldbeinlibc trivfs +HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h -- cgit v1.2.3