diff options
Diffstat (limited to 'net/waste/patches')
-rw-r--r-- | net/waste/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |