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>
2021.05.x
Fabrice Fontaine 2021-03-15 08:44:22 +01:00 committed by Thomas Petazzoni
parent f6428c072b
commit 6a3178d133
1 changed files with 7 additions and 1 deletions

View File

@ -30,11 +30,17 @@ RSYSLOG_CONF_OPTS += --disable-elasticsearch \
--disable-omhttp \
--disable-fmhttp \
--disable-imdocker \
--disable-imhttp \
--disable-impcap \
--disable-omhttpfs \
--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)
RSYSLOG_DEPENDENCIES += gnutls
RSYSLOG_CONF_OPTS += --enable-gnutls