diff options
Diffstat (limited to 'libpipe/Makefile')
-rw-r--r-- | libpipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpipe/Makefile b/libpipe/Makefile index a7625d6c..35e27adf 100644 --- a/libpipe/Makefile +++ b/libpipe/Makefile @@ -25,7 +25,8 @@ installhdrs = pipe.h pq.h SRCS = pq.c dgram.c pipe.c stream.c seqpack.c addr.c pq-funcs.c pipe-funcs.c OBJS = $(SRCS:.c=.o) -HURDLIBS=threads ports +HURDLIBS= ports +LDLIBS += -lpthread include ../Makeconf |