|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-RSYSLOG_VERSION = 8.22.0
|
|
|
|
|
|
+RSYSLOG_VERSION = 8.1910.0
|
|
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
|
|
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
|
|
RSYSLOG_LICENSE = GPL-3.0, LGPL-3.0, Apache-2.0
|
|
RSYSLOG_LICENSE = GPL-3.0, LGPL-3.0, Apache-2.0
|
|
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
|
|
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
|
|
@@ -17,6 +17,15 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
|
|
RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
|
|
RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
|
|
$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
|
|
$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
|
|
|
|
|
|
|
|
+# Disable items requiring libcurl
|
|
|
|
+RSYSLOG_CONF_OPTS += --disable-elasticsearch \
|
|
|
|
+ --disable-clickhouse \
|
|
|
|
+ --disable-omhttp \
|
|
|
|
+ --disable-fmhttp \
|
|
|
|
+ --disable-imdocker \
|
|
|
|
+ --disable-omhttpfs \
|
|
|
|
+ --disable-mmkubernetes
|
|
|
|
+
|
|
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
|