From 1ccb8e103126eff671b59cf63c8bd05ce08bc4e0 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 26 Dec 2019 20:18:18 +0200 Subject: [PATCH] luci-base: revert removal of HOST_BUILD_DIR definition PR #3352 removed the luasrcdiet subpackage definition from luci-base Makefile, and it also removed the HOST_BUILD_DIR definition, which looked like it was related to only luasrcdiet, but apparently that HOST_BUILD_DIR is needed also for the main luci-base package. Fixes #3433 Signed-off-by: Hannu Nyman --- modules/luci-base/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index ca7de0bb2..501964661 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -16,6 +16,8 @@ LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jso PKG_LICENSE:=MIT +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME) + include $(INCLUDE_DIR)/host-build.mk define Package/luci-base/conffiles -- 2.25.1