From 58237a57ba6a0f4e3dbc87219806d6d1bb0d9960 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 23 Jun 2003 22:15:24 +0000 Subject: Make this work with non -current pthreads (pth, etc) --- net/waste/patches/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/waste/patches/patch-aa') diff --git a/net/waste/patches/patch-aa b/net/waste/patches/patch-aa index d2866c2135c..f0af4f3c184 100644 --- a/net/waste/patches/patch-aa +++ b/net/waste/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $ +$NetBSD: patch-aa,v 1.2 2003/06/23 22:15:24 jmc Exp $ --- /dev/null 2003-05-31 11:34:06.000000000 -0400 +++ Makefile 2003-05-31 11:52:33.000000000 -0400 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $ + + +wastesrv: $(OBJS) $(RSAOBJS) -+ $(CC) $(DEBUGFLAG) -pthread ${LDFLAGS} -o wastesrv $(OBJS) $(RSAOBJS) ++ $(CC) $(DEBUGFLAG) -o wastesrv $(OBJS) $(RSAOBJS) ${LDFLAGS} -lpthread + +md5c.o: rsa/md5c.c +nn.o: rsa/nn.c -- cgit v1.2.3