mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Revert "pkg: default to 7.4 now"
This reverts commit 5457e046d833668a1d567669232e32b34e58759c. Temporary revert for hotfix.
This commit is contained in:
parent
1077e0a2a8
commit
60087b5f83
5
Makefile
5
Makefile
@ -34,7 +34,7 @@ CORE_NAME?= opnsense-devel
|
||||
CORE_TYPE?= development
|
||||
|
||||
CORE_ABI?= 21.1
|
||||
CORE_PHP?= 74
|
||||
CORE_PHP?= 73
|
||||
CORE_PYTHON?= 37
|
||||
|
||||
_CORE_NEXT= ${CORE_ABI:C/\./ /}
|
||||
@ -109,6 +109,8 @@ CORE_COPYRIGHT_YEARS?= 2014-2021
|
||||
CORE_DEPENDS_amd64?= beep \
|
||||
suricata-devel
|
||||
|
||||
CORE_DEPENDS_PHP73= php73-hash # XXX not needed with 7.4
|
||||
|
||||
CORE_DEPENDS?= ca_root_nss \
|
||||
choparp \
|
||||
cpustats \
|
||||
@ -173,6 +175,7 @@ CORE_DEPENDS?= ca_root_nss \
|
||||
unbound \
|
||||
wpa_supplicant \
|
||||
zip \
|
||||
${CORE_DEPENDS_PHP${CORE_PHP}} \
|
||||
${CORE_DEPENDS_${CORE_ARCH}}
|
||||
|
||||
WRKDIR?=${.CURDIR}/work
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user