From 89bf02db0c0ac9242b4dcc48612186b6faa6f11f Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 20 Feb 2017 14:29:03 -0600 Subject: [PATCH] The following change was made to Makefile: * Added SRCPKG --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 822ea09..bdc416e 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,11 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +export SRCPKG = dhcp export DEPENDS = glibc export ARCH = x86_64 export URL = https://www.isc.org/ -SNAPVER = 3 +SNAPVER = 4 PWD := $(shell pwd) ROOT := $(PWD)/ROOT