mirror of https://github.com/hak5/openwrt.git
libubox: set HOST_BUILD_PREFIX
Install into STAGING_DIR_HOST rather than STAGING_DIR_HOSTPKG to make
bundle-libraries.sh happy.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 73100024d3
)
openwrt-18.06
parent
0a337dae9c
commit
456f88376a
|
@ -17,6 +17,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
|||
|
||||
PKG_BUILD_DEPENDS:=lua
|
||||
HOST_BUILD_DEPENDS:=libjson-c/host
|
||||
HOST_BUILD_PREFIX:=$(STAGING_DIR_HOST)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
|
Loading…
Reference in New Issue