package/rsyslog: add imhttp support

imhttp support is available since version 8.2010.0 and only depends on
civetweb:
6102f6083c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-03-15 08:44:22 +01:00 committed by Thomas Petazzoni
parent f6428c072b
commit 6a3178d133

View file

@ -30,11 +30,17 @@ RSYSLOG_CONF_OPTS += --disable-elasticsearch \
--disable-omhttp \ --disable-omhttp \
--disable-fmhttp \ --disable-fmhttp \
--disable-imdocker \ --disable-imdocker \
--disable-imhttp \
--disable-impcap \ --disable-impcap \
--disable-omhttpfs \ --disable-omhttpfs \
--disable-mmkubernetes --disable-mmkubernetes
ifeq ($(BR2_PACKAGE_CIVETWEB_LIB),y)
RSYSLOG_DEPENDENCIES += civetweb
RSYSLOG_CONF_OPTS += --enable-imhttp
else
RSYSLOG_CONF_OPTS += --disable-imhttp
endif
ifeq ($(BR2_PACKAGE_GNUTLS),y) ifeq ($(BR2_PACKAGE_GNUTLS),y)
RSYSLOG_DEPENDENCIES += gnutls RSYSLOG_DEPENDENCIES += gnutls
RSYSLOG_CONF_OPTS += --enable-gnutls RSYSLOG_CONF_OPTS += --enable-gnutls