package/rsyslog: add czmq 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
647269b149
commit
a53db6ca72
@ -59,6 +59,13 @@ else
|
||||
RSYSLOG_CONF_OPTS += --disable-imhttp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CZMQ),y)
|
||||
RSYSLOG_DEPENDENCIES += czmq
|
||||
RSYSLOG_CONF_OPTS += --enable-imczmq --enable-omczmq
|
||||
else
|
||||
RSYSLOG_CONF_OPTS += --disable-imczmq --disable-omczmq
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
RSYSLOG_DEPENDENCIES += gnutls
|
||||
RSYSLOG_CONF_OPTS += --enable-gnutls
|
||||
|
Loading…
Reference in New Issue
Block a user