projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5368dc
)
libubox: set HOST_BUILD_PREFIX
author
Daniel Golle
<daniel@makrotopia.org>
Mon, 6 Aug 2018 16:00:15 +0000
(18:00 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 7 Aug 2018 20:31:48 +0000
(22:31 +0200)
Install into STAGING_DIR_HOST rather than STAGING_DIR_HOSTPKG to make
bundle-libraries.sh happy.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/libs/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libubox/Makefile
b/package/libs/libubox/Makefile
index c2f36de8f82e0e2ea902c2c2256d4e04eee28d44..853e4e94c3c0acdd3e40d67fb5f4b7cba45b8b86 100644
(file)
--- a/
package/libs/libubox/Makefile
+++ b/
package/libs/libubox/Makefile
@@
-1,7
+1,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_RELEASE=
1
+PKG_RELEASE=
2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git
@@
-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