mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
make: magical part of the syslog-ng version integration
This commit is contained in:
parent
c9e395e6f8
commit
9f853b8149
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue