From 58866f3452f55fcc2b635943c02bf37168947363 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sat, 2 Apr 2022 22:11:53 +0300 Subject: [PATCH] kea: drop host build The host build is used to build kea-msg-compiler, which is only needed when there are changes to .mes files. Since we're not making any changes to such files, we do not need this. As host build fails for Kea 2.0.2, and the git history for kea doesn't contain any reasoning for enabling it, let's just drop it. Signed-off-by: Stijn Tintel --- net/kea/Makefile | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/net/kea/Makefile b/net/kea/Makefile index ae322b5c9..ba8e8b648 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -20,16 +20,12 @@ PKG_MAINTAINER:=BangLang Huang, Rosy Song