diff options
Diffstat (limited to 'libports')
-rw-r--r-- | libports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |