Skip to content

Commit

Permalink
doc: document libyang cache bug workaround
Browse files Browse the repository at this point in the history
Document workaround for
CESNET/libyang#752

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
  • Loading branch information
qlyoung committed Apr 15, 2019
1 parent f765a2f commit 03e72d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/developer/building-libyang.rst
Expand Up @@ -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.

0 comments on commit 03e72d8

Please sign in to comment.