diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-11 22:04:15 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-11 22:05:14 +0200 |
commit | 6dc27574639b1a3a5d75784640d7012bcebf8ad8 (patch) | |
tree | 36557380589b8a551077fc59b821fc6a316e2038 /doc/developer/building-frr-on-openbsd6.rst | |
parent | Merge pull request #2172 from msablic/pim_igmp_stats (diff) | |
download | frr-6dc27574639b1a3a5d75784640d7012bcebf8ad8.tar.xz frr-6dc27574639b1a3a5d75784640d7012bcebf8ad8.zip |
doc: update pkg version for automake on openbsd6
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | doc/developer/building-frr-on-openbsd6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/building-frr-on-openbsd6.rst b/doc/developer/building-frr-on-openbsd6.rst index 1f3aec8d9..46db25a02 100644 --- a/doc/developer/building-frr-on-openbsd6.rst +++ b/doc/developer/building-frr-on-openbsd6.rst @@ -14,7 +14,7 @@ Add packages: :: - pkg_add git autoconf-2.69p2 automake-1.15p0 libtool bison + pkg_add git autoconf-2.69p2 automake-1.15.1 libtool bison pkg_add gmake gawk dejagnu openssl json-c py-test py-sphinx Select Python2.7 as default (required for pytest) |