From: Hannu Nyman Date: Thu, 26 Dec 2019 18:18:18 +0000 (+0200) Subject: luci-base: revert removal of HOST_BUILD_DIR definition X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1ccb8e103126eff671b59cf63c8bd05ce08bc4e0;p=openwrt-luci.git 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 --- diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index ca7de0bb2f..5019646611 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