summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-15 21:29:10 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-04-15 21:29:10 +0200
commit03e72d8071aa749fd97899148564d613ab82d934 (patch)
tree5158e0f0a20b8089b25791b1c2572cc63d989045 /doc
parentMerge pull request #4081 from donaldsharp/rnh_reorder (diff)
downloadfrr-03e72d8071aa749fd97899148564d613ab82d934.tar.xz
frr-03e72d8071aa749fd97899148564d613ab82d934.zip
doc: document libyang cache bug workaround
Document workaround for https://github.com/CESNET/libyang/issues/752 Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/building-libyang.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/developer/building-libyang.rst b/doc/developer/building-libyang.rst
index 41fe09e32..ea5f84d2b 100644
--- a/doc/developer/building-libyang.rst
+++ b/doc/developer/building-libyang.rst
@@ -50,6 +50,7 @@ The FRR project builds binary ``libyang`` packages, which we offer for download
make
sudo make install
-When building libyang on CentOS 6, it's also necessary to pass the
-``-DENABLE_CACHE=OFF`` parameter to cmake.
+When building ``libyang`` version ``0.16.x`` it's also necessary to pass the
+``-DENABLE_CACHE=OFF`` parameter to ``cmake`` to work around a
+`known bug <https://github.com/CESNET/libyang/issues/752>`_ in libyang.