diff options
Diffstat (limited to 'libports/Makefile')
-rw-r--r-- | libports/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/Makefile b/libports/Makefile index 8d7d9bbb..767ee73a 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -41,6 +41,7 @@ SRCS = create-bucket.c create-class.c \ installhdrs = ports.h HURDLIBS= ihash +LDLIBS += -lpthread OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o MIGCOMSFLAGS = -prefix ports_ |