From c9fc3cbc0449b0b67a5e491fe8c492442c120843 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 11 Feb 2013 23:15:15 +0000 Subject: Fix build against libpthread * Makefile (HURDLIBS): Add -lshouldbeinlibc * gopherfs.h: Include instead of , use pthread functions instead of cthreads functions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0625203e..e9bbdc92a 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ SRCS = gopherfs.c args.c netfs.c gopher.c node.c fs.c debug.c dir.c LCLHDRS = gopherfs.h fs.h debug.h OBJS = $(SRCS:.c=.o) -HURDLIBS = -lnetfs -lfshelp -liohelp -lports +HURDLIBS = -lnetfs -lfshelp -liohelp -lports -lshouldbeinlibc INSTALL = install -- cgit v1.2.3