package/rsyslog: add qpid-proton 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
4d3ba8d3de
commit
0c3540c7f2
@ -104,6 +104,13 @@ else
|
||||
RSYSLOG_CONF_OPTS += --disable-pgsql
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QPID_PROTON),y)
|
||||
RSYSLOG_DEPENDENCIES += qpid-proton
|
||||
RSYSLOG_CONF_OPTS += --enable-omamqp1
|
||||
else
|
||||
RSYSLOG_CONF_OPTS += --disable-omamqp1
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RABBITMQ_C),y)
|
||||
RSYSLOG_DEPENDENCIES += rabbitmq-c
|
||||
RSYSLOG_CONF_OPTS += --enable-omrabbitmq
|
||||
|
Loading…
Reference in New Issue
Block a user