diff options
Diffstat (limited to 'net/frr7/files/patch-configure.ac')
-rw-r--r-- | net/frr7/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/frr7/files/patch-configure.ac b/net/frr7/files/patch-configure.ac new file mode 100644 index 000000000000..f8cd62143801 --- /dev/null +++ b/net/frr7/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2019-02-28 23:32:04 UTC ++++ configure.ac +@@ -391,7 +391,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], |