projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba71f1
)
musl-fts: add host build
author
Rosen Penev
<rosenp@gmail.com>
Fri, 24 Sep 2021 06:44:57 +0000
(23:44 -0700)
committer
Christian Lamparter
<chunkeey@gmail.com>
Fri, 25 Mar 2022 17:14:13 +0000
(18:14 +0100)
This will be used for libselinux.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/libs/musl-fts/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/musl-fts/Makefile
b/package/libs/musl-fts/Makefile
index 494f700f8a651b552d3ff28438da2dc93f6261cc..e913fe167fedd86087ea29baa1b3c568bb10aa27 100644
(file)
--- a/
package/libs/musl-fts/Makefile
+++ b/
package/libs/musl-fts/Makefile
@@
-30,6
+30,7
@@
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/host-build.mk
define Package/musl-fts
SECTION:=libs
@@
-58,3
+59,4
@@
define Package/musl-fts/install
endef
$(eval $(call BuildPackage,musl-fts))
+$(eval $(call HostBuild))