libyang: enable LYD_PRIV
this is needed for frr (frrouting.org) Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
795210bdac
commit
72e69e36d2
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=libyang
|
||||
PKG_VERSION:=0.16-r2
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
||||
|
@ -50,6 +51,7 @@ TARGET_LDFLAGS += -lm
|
|||
|
||||
CMAKE_OPTIONS += \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
-DENABLE_LYD_PRIV:BOOL=ON \
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
Loading…
Reference in a new issue