mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: allow to use syslogd-devel
This commit is contained in:
parent
6e64afa041
commit
285a6fdc0b
4
Makefile
4
Makefile
@ -43,12 +43,14 @@ CORE_PKGVERSION= ${CORE_VERSION}
|
||||
CORE_ABI?= 19.7
|
||||
CORE_ARCH?= ${ARCH}
|
||||
CORE_FLAVOUR= ${FLAVOUR}
|
||||
|
||||
CORE_OPENVPN?= # empty
|
||||
CORE_PHP?= 72
|
||||
CORE_PYTHON?= 37
|
||||
CORE_RADVD?= 1
|
||||
CORE_SQUID?= # empty
|
||||
CORE_SURICATA?= -devel
|
||||
CORE_SYSLOGD?= # empty
|
||||
CORE_SYSLOGNG?= 3.24
|
||||
|
||||
_FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi
|
||||
@ -145,7 +147,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \
|
||||
strongswan \
|
||||
sudo \
|
||||
syslog-ng${CORE_SYSLOGNG:S/.//g} \
|
||||
syslogd \
|
||||
syslogd${CORE_SYSLOGD} \
|
||||
unbound \
|
||||
wpa_supplicant \
|
||||
zip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user