summaryrefslogtreecommitdiff
path: root/net/zebra/patches/patch-ag
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-10-13 15:13:54 +0000
committeritojun <itojun@pkgsrc.org>2000-10-13 15:13:54 +0000
commit565dbf6bb1fab0f1e203b161616fdd7f884c09ce (patch)
tree92f6258f2804e76cc726aa1b7cf697445281d767 /net/zebra/patches/patch-ag
parentcf6c06b717401f89c6d3785406189c4f83dbc177 (diff)
downloadpkgsrc-565dbf6bb1fab0f1e203b161616fdd7f884c09ce.tar.gz
use 0.89.
+ OSPF works on x86 Solaris box. + OSPF neighbor is supported. + IPv6 inteface's address information propagation bug is fixed. + BGP's various MED comparison methods are added. + BGP read lock problem is fixed. + Zebra works on OpenBSD again. s/CFLAGS/CPPFLAGS/, to make vtysh build successful. From: Hal Snyder <hal@vailsys.com>
Diffstat (limited to 'net/zebra/patches/patch-ag')
-rw-r--r--net/zebra/patches/patch-ag13
1 files changed, 5 insertions, 8 deletions
diff --git a/net/zebra/patches/patch-ag b/net/zebra/patches/patch-ag
index 7f3f218c842..b06b2b6e51b 100644
--- a/net/zebra/patches/patch-ag
+++ b/net/zebra/patches/patch-ag
@@ -1,11 +1,8 @@
-$NetBSD: patch-ag,v 1.1 2000/08/27 08:32:56 itojun Exp $
---- configure.in.orig Thu Aug 17 02:32:30 2000
-+++ configure.in Tue Aug 22 18:27:42 2000
-@@ -148,2 +148,3 @@
+$NetBSD: patch-ag,v 1.2 2000/10/13 15:13:54 itojun Exp $
+--- configure.in.orig Wed Sep 27 19:02:51 2000
++++ configure.in Sat Oct 14 00:02:09 2000
+@@ -155,3 +155,3 @@
AC_DEFINE(VTYSH)
+- AC_CHECK_LIB(ncurses, tputs)
+ AC_CHECK_LIB(curses, tputs)
AC_CHECK_LIB(readline, main)
-@@ -152,3 +153,2 @@
- fi
-- AC_CHECK_LIB(ncurses, tputs)
- ;;