mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: magical part of the syslog-ng version integration
This commit is contained in:
parent
c9e395e6f8
commit
9f853b8149
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…
x
Reference in New Issue
Block a user