projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12adc4
)
musl-fts: add host build
author
Rosen Penev
<rosenp@gmail.com>
Fri, 24 Sep 2021 06:44:57 +0000
(23:44 -0700)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 11 Apr 2022 21:17:55 +0000
(23:17 +0200)
This will be used for libselinux.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
1fb099341e5879a8c5247020e5056676ba2f0745
)
package/libs/musl-fts/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/musl-fts/Makefile
b/package/libs/musl-fts/Makefile
index 9f4bdf12a3d9a186039c631752ad47c1e9cdda01..72341cd3796386e3f74ec556d07cb41d0e575b10 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
@@
-59,3
+60,4
@@
define Package/musl-fts/install
endef
$(eval $(call BuildPackage,musl-fts))
+$(eval $(call HostBuild))