From db98f4afb07c5083ab01168dd8ea45a7e09bd51b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Apr 2019 18:06:33 +0200 Subject: shutdown: Fix static link * shutdown/Makefile (HURDLIBS): Add fshelp. --- shutdown/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutdown/Makefile b/shutdown/Makefile index 8c219c4c..2d2593c0 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 iohelp ihash +HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h -- cgit v1.2.3