From 9f853b814973b19e3b2bb129a392e3ca8b20bd78 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 2 Oct 2019 07:57:31 +0200 Subject: [PATCH] make: magical part of the syslog-ng version integration --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 920ea53b94..735b983e7e 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ CORE_PYTHON?= 37 CORE_RADVD?= 1 CORE_SQUID?= # empty CORE_SURICATA?= # empty -CORE_SYSLOGNG?= 3.22 +CORE_SYSLOGNG?= 3.23 _FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi FLAVOUR?= ${_FLAVOUR:[1]} @@ -141,7 +141,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \ strongswan \ sudo \ suricata${CORE_SURICATA} \ - syslog-ng \ + syslog-ng${CORE_SYSLOGNG:S/.//g} \ syslogd \ unbound \ wpa_supplicant \