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>
(cherry picked from commit a53db6ca72
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b3835eb692
commit
34fac2636a
@ -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