From 6e18e3a99196094fd0866f4254735765e21bd3ee Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 4 Aug 2018 11:08:59 +0200 Subject: [PATCH] pkg: point to correct CORE_ABI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c466e667d..0197d5da2 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ CORE_COMMIT!= ${.CURDIR}/Scripts/version.sh CORE_VERSION= ${CORE_COMMIT:C/-.*$//1} CORE_HASH= ${CORE_COMMIT:C/^.*-//1} -CORE_ABI?= 18.1 +CORE_ABI?= 18.7 CORE_ARCH?= ${ARCH} CORE_OPENVPN?= # empty CORE_PHP?= 71