mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Arnout Vandecappelle (Essensium/Mind)
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
|
||||
|
||||
Reference in New Issue
Block a user