package/frr: add sqlite optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
da5c80f675
commit
6000c027f9
@ -54,6 +54,13 @@ else
|
||||
FRR_CONF_OPTS += --disable-capabilities
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
||||
FRR_DEPENDENCIES += sqlite
|
||||
FRR_CONF_OPTS += --enable-config-rollbacks
|
||||
else
|
||||
FRR_CONF_OPTS += --disable-config-rollbacks
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZEROMQ),y)
|
||||
FRR_DEPENDENCIES += zeromq
|
||||
FRR_CONF_OPTS += --enable-zeromq
|
||||
|
Loading…
Reference in New Issue
Block a user