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:
Lucian Cristian 2018-11-11 13:36:54 +02:00
parent 795210bdac
commit 72e69e36d2

View file

@ -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