make: add CORE_ABI to COREENV

This commit is contained in:
Franco Fichtner 2018-01-03 15:58:01 +01:00
parent c389c35dae
commit 0908e2c06b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2014-2017 Franco Fichtner <franco@opnsense.org>
Copyright (c) 2014-2018 Franco Fichtner <franco@opnsense.org>
Copyright (c) 2015-2017 The FreeBSD Foundation
Copyright (c) 2004-2011 Scott Ullrich <sullrich@gmail.com>
All rights reserved.

View File

@ -1,4 +1,4 @@
# Copyright (c) 2015-2017 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2015-2018 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -90,7 +90,7 @@ PORTSDIR?= /usr/ports
PORTSBRANCH?= master
COREDIR?= /usr/core
COREBRANCH?= master
COREENV?= CORE_PHP=${PHP}
COREENV?= CORE_PHP=${PHP} CORE_ABI=${SETTINGS}
SRCDIR?= /usr/src
SRCBRANCH?= master