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