From 03e72d8071aa749fd97899148564d613ab82d934 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 15 Apr 2019 19:29:10 +0000 Subject: [PATCH] doc: document libyang cache bug workaround Document workaround for https://github.com/CESNET/libyang/issues/752 Signed-off-by: Quentin Young --- doc/developer/building-libyang.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/developer/building-libyang.rst b/doc/developer/building-libyang.rst index 41fe09e322..ea5f84d2ba 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 `_ in libyang.