diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-03 13:57:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-03 13:57:33 +0000 |
commit | afd4eca55b5c4484360ec309753b25621db9260c (patch) | |
tree | 6beb70ebf95ad50f4a01c100ebf9a49cd53e2b33 /net/quagga/files/patch-configure | |
parent | - Update to 3.3.2 (diff) |
Update to 0.99.24.
Enable ISISD, RTADV, OSPF_OPAQUE_LSA by default as they're enabled by
default by quagga's configure.
Enable PIMD because the releases notes says we should unless short on
space.
Release notes: http://savannah.nongnu.org/forum/forum.php?forum_id=8222
Changelog: http://download.savannah.gnu.org/releases/quagga/quagga-0.99.24.changelog.txt
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=380374
Diffstat (limited to 'net/quagga/files/patch-configure')
-rw-r--r-- | net/quagga/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/quagga/files/patch-configure b/net/quagga/files/patch-configure deleted file mode 100644 index b9640b0124b5..000000000000 --- a/net/quagga/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2014-08-25 17:02:06 UTC -+++ configure -@@ -18158,7 +18158,7 @@ fi - - - --if test "${enable_snmp}" != ""; then -+if test "x${enable_snmp}" != "xno"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2 |