Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,16 +4,18 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSLOG_NG_VERSION = 3.9.1
|
||||
# When updating the version, please check at runtime if the version in
|
||||
# syslog-ng.conf header needs to be updated
|
||||
SYSLOG_NG_VERSION = 3.10.1
|
||||
SYSLOG_NG_SITE = https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)
|
||||
SYSLOG_NG_LICENSE = LGPLv2.1+ (syslog-ng core), GPLv2+ (modules)
|
||||
SYSLOG_NG_LICENSE = LGPL-2.1+ (syslog-ng core), GPL-2.0+ (modules)
|
||||
SYSLOG_NG_LICENSE_FILES = COPYING
|
||||
SYSLOG_NG_DEPENDENCIES = host-bison host-flex host-pkgconf \
|
||||
eventlog libglib2 openssl pcre
|
||||
# rabbit-mq needs -lrt
|
||||
SYSLOG_NG_CONF_ENV = LIBS=-lrt
|
||||
SYSLOG_NG_CONF_OPTS = --disable-manpages --localstatedir=/var/run \
|
||||
--disable-java --disable-java-modules
|
||||
--disable-java --disable-java-modules --disable-mongodb
|
||||
|
||||
# We override busybox's S01logging init script
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
@@ -71,7 +73,9 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNET),y)
|
||||
SYSLOG_NG_DEPENDENCIES += libnet
|
||||
SYSLOG_NG_CONF_OPTS += --enable-spoof-source
|
||||
SYSLOG_NG_CONF_OPTS += \
|
||||
--with-libnet=$(STAGING_DIR)/usr/bin \
|
||||
--enable-spoof-source
|
||||
else
|
||||
SYSLOG_NG_CONF_OPTS += --disable-spoof-source
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user