diff options
Diffstat (limited to 'net/irrd/patches/patch-ac')
-rw-r--r-- | net/irrd/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/irrd/patches/patch-ac b/net/irrd/patches/patch-ac new file mode 100644 index 00000000000..ff3bc43b68a --- /dev/null +++ b/net/irrd/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/10/28 19:50:19 kim Exp $ + +--- programs/IRRd/Makefile.orig Mon Sep 6 15:33:16 1999 ++++ programs/IRRd/Makefile Fri Oct 22 19:10:48 1999 +@@ -5,9 +5,7 @@ + + include ../../Make.include + +-CPPFLAGS= -I../../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFUNCPROTO -I/usr/local/include +-LDFLAGS= -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -L/usr/local/lib +-SYS_LIBS= $(THREADLIBS) -lresolv -lsocket -lnsl ++SYS_LIBS= $(THREADLIBS) $(IRRD_OPS_LIBS) + QUANTIFY= quantify -threads=yes -max-threads=80 -cache-dir="./" + PURIFY= purify -threads=yes -max-threads=80 -cache-dir="./" + |