1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/frr5/files/patch-configure.ac
Olivier Cochard b0ca8db0d9 New port: net/frr5 (5.0.1).
PR:		229397
Reported by: 	pi
Sponsored by:	Orange

Fix build with SNMP option.

PR:		228159
Reported by:	pautina@kharkiv.net

Fix crash with gif/tun/gre interface.

PR:		228643
Reported by:	mike@sentex.net
2018-07-06 07:36:07 +00:00

12 lines
507 B
Plaintext

--- configure.ac.orig 2018-06-08 01:39:07 UTC
+++ configure.ac
@@ -322,7 +322,7 @@ AC_ARG_WITH(pkg-git-version,
[ test "x$withval" != "xno" && with_pkg_git_version="yes" ])
AC_ARG_WITH(vtysh_pager,
AS_HELP_STRING([--with-vtysh-pager=PAGER], [control what pager is compiled in as default]),
- VTYSH_PAGER=$withval, VTYSH_PAGER="more")
+ VTYSH_PAGER=$withval, VTYSH_PAGER="cat")
AC_ARG_ENABLE(vtysh,
AS_HELP_STRING([--disable-vtysh], [do not build integrated vty shell for FRR]))
AC_ARG_ENABLE(doc,