From 7bc6823e008fcea9adfc9117a6e9c1400769b21c Mon Sep 17 00:00:00 2001 From: MoetaYuko Date: Mon, 30 May 2022 21:17:10 +0800 Subject: [PATCH] naiveproxy: Workaround build failure for 21.02 (#2002) --- naiveproxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 1b6119acb..c8ea432b3 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen ifneq ($(wildcard $(TOPDIR)/feeds/packages/devel/ninja/ninja.mk),) PKG_BUILD_DEPENDS+= ninja/host endif +NINJA ?= ninja PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1