mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
system: syslog-ng again; fix this the hard way
This commit is contained in:
parent
e6daf55d67
commit
512730bd1a
3
Makefile
3
Makefile
@ -31,7 +31,6 @@ all:
|
||||
CORE_ABI?= 20.7
|
||||
CORE_PHP?= 72
|
||||
CORE_PYTHON?= 37
|
||||
CORE_SYSLOGNG?= 3.29
|
||||
|
||||
.if exists(${GIT}) && exists(${GITVERSION})
|
||||
. if ${CORE_ABI} == "20.7"
|
||||
@ -142,7 +141,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \
|
||||
squid \
|
||||
strongswan \
|
||||
sudo \
|
||||
syslog-ng${CORE_SYSLOGNG:S/.//g} \
|
||||
syslog-ng \
|
||||
syslogd \
|
||||
unbound \
|
||||
wpa_supplicant \
|
||||
|
||||
@ -67,6 +67,11 @@ _CORE_PYTHON!= ${PYTHONLINK} -V
|
||||
CORE_PYTHON?= ${_CORE_PYTHON:[2]:S/./ /g:[1..2]:tW:S/ //}
|
||||
.endif
|
||||
|
||||
.if exists(${PKG})
|
||||
_CORE_SYSLOGNG!= ${PKG} query %v syslog-ng
|
||||
CORE_SYSLOGNG?= ${_CORE_SYSLOGNG:S/./ /g:[1..2]:tW:S/ /./g}
|
||||
.endif
|
||||
|
||||
REPLACEMENTS= CORE_ABI \
|
||||
CORE_ARCH \
|
||||
CORE_COMMIT \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user