system: syslog-ng again; fix this the hard way

This commit is contained in:
Franco Fichtner 2020-11-13 10:56:36 +01:00
parent e6daf55d67
commit 512730bd1a
2 changed files with 6 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \