diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-04-15 21:29:10 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-04-15 21:29:10 +0200 |
commit | 03e72d8071aa749fd97899148564d613ab82d934 (patch) | |
tree | 5158e0f0a20b8089b25791b1c2572cc63d989045 /doc | |
parent | Merge pull request #4081 from donaldsharp/rnh_reorder (diff) | |
download | frr-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.rst | 5 |
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. |