Commit ce91690e authored by Franco Fichtner's avatar Franco Fichtner

pkg: we are on PHP 7.1 now

parent 19ab4c7c
...@@ -44,7 +44,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1} ...@@ -44,7 +44,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
CORE_ABI?= 17.7 CORE_ABI?= 17.7
CORE_ARCH?= ${ARCH} CORE_ARCH?= ${ARCH}
CORE_OPENVPN?= # empty CORE_OPENVPN?= # empty
CORE_PHP?= 70 CORE_PHP?= 71
CORE_PY?= 27 CORE_PY?= 27
_FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi _FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment