diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-27 23:40:56 +0000 | 
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-27 23:40:56 +0000 | 
| commit | cbb181edcd3d0f77f9d679776e09b5a1ee665e67 (patch) | |
| tree | 16c63c14912bb705efc5c5e47ce942b495131890 /net/quagga/files/patch-configure.ac | |
| parent | Unbreak automated builds (a la bento), by removing explicit references (diff) | |
Quagga is a new fork of the GNU Zebra software router. This version, 0.96.2,
fixes many bugs in Zebra and adds several new features including support
for OSPFAPI, allowing developers to build powerful applications on top
of the OSPF routing protocol.
Submitted by:	fuzzball@ipv6peer.net
Diffstat (limited to 'net/quagga/files/patch-configure.ac')
| -rw-r--r-- | net/quagga/files/patch-configure.ac | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/net/quagga/files/patch-configure.ac b/net/quagga/files/patch-configure.ac new file mode 100644 index 000000000000..aca88e392c0f --- /dev/null +++ b/net/quagga/files/patch-configure.ac @@ -0,0 +1,20 @@ +--- configure.ac.orig	Thu Sep 25 21:27:36 2003 ++++ configure.ac	Thu Sep 25 21:31:17 2003 +@@ -755,6 +755,17 @@ + 			LIBS="${LIBS} -lsnmp" + 		  fi +                   ;; ++      /usr/local/include/net-snmp/*) ++		  AC_DEFINE(HAVE_SNMP,,SNMP) ++		  AC_DEFINE(HAVE_NET_SNMP,,SNMP) ++		  AC_DEFINE(UCD_COMPATIBLE,,SNMP) ++		  CFLAGS="${CFLAGS} -I/usr/local/include -I/usr/local/include/net-snmp -I/usr/local/include/net-snmp/library" ++		  if test"{HAVE_NETSNMP}" = "yes"; then ++			LIBS="${LIBS} -L/usr/local/lib -lnetsnmp" ++		  else ++			LIBS="${LIBS} -L/usr/local/lib -lsnmp" ++		  fi ++		  ;; +       /usr/include/ucd-snmp/*)  +                   AC_DEFINE(HAVE_SNMP,,SNMP) +                   CFLAGS="${CFLAGS} -I/usr/include/ucd-snmp" | 
