mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
doc: document libyang cache bug workaround
Document workaround for https://github.com/CESNET/libyang/issues/752 Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
f765a2ff8e
commit
03e72d8071
@ -50,6 +50,7 @@ The FRR project builds binary ``libyang`` packages, which we offer for download
|
|||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
When building libyang on CentOS 6, it's also necessary to pass the
|
When building ``libyang`` version ``0.16.x`` it's also necessary to pass the
|
||||||
``-DENABLE_CACHE=OFF`` parameter to cmake.
|
``-DENABLE_CACHE=OFF`` parameter to ``cmake`` to work around a
|
||||||
|
`known bug <https://github.com/CESNET/libyang/issues/752>`_ in libyang.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user