From da27fb577d5f0b3e86c5ea0408383eef7a7bef2e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Apr 2019 18:27:20 +0200 Subject: shutdown: Fix static link * shutdown/Makefile (LDLIBS): Add -lpthread. --- shutdown/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'shutdown') diff --git a/shutdown/Makefile b/shutdown/Makefile index 2d2593c0..73813dab 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -20,6 +20,7 @@ makemode := server SRCS = shutdown.c acpi_shutdown.c HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp +LDLIBS = -lpthread target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h -- cgit v1.2.3