From 13204583cbda4e8cc58bfb7211eb1132b5d364f6 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 2 Jan 2017 19:31:56 +0100 Subject: Fix libports dependencies Due to refcount.h usage. * libports/Makefile (HURDLIBS): Add shouldbeinlibc. --- libports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libports') diff --git a/libports/Makefile b/libports/Makefile index af881f82..78a3e366 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -40,7 +40,7 @@ SRCS = create-bucket.c create-class.c \ installhdrs = ports.h port-deref-deferred.h -HURDLIBS= ihash +HURDLIBS= ihash shouldbeinlibc LDLIBS += -lpthread OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o -- cgit v1.2.3