mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/libyang: enable LYD_PRIV option for frr package
This option is required by frr package, so enable it by default as there is no size difference with or without this option enabled. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a3cb9df7f5
commit
d97e54747c
@@ -15,7 +15,8 @@ HOST_LIBYANG_DEPENDENCIES = host-pcre
|
||||
|
||||
LIBYANG_CONF_OPTS = \
|
||||
-DENABLE_VALGRIND_TESTS=OFF \
|
||||
-DGEN_PYTHON_BINDINGS=OFF
|
||||
-DGEN_PYTHON_BINDINGS=OFF \
|
||||
-DENABLE_LYD_PRIV=ON
|
||||
|
||||
HOST_LIBYANG_CONF_OPTS = \
|
||||
-DENABLE_VALGRIND_TESTS=OFF \
|
||||
|
||||
Reference in New Issue
Block a user