mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
musl-fts: add host build
This will be used for libselinux. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
8ba71f1f6f
commit
1fb099341e
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue