musl-fts: add host build
This will be used for libselinux.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 1fb099341e
)
This commit is contained in:
parent
f12adc412b
commit
724a9bb3ea
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
|
||||
|
@ -59,3 +60,4 @@ define Package/musl-fts/install
|
|||
endef
|
||||
|
||||
$(eval $(call BuildPackage,musl-fts))
|
||||
$(eval $(call HostBuild))
|
||||
|
|
Loading…
Reference in a new issue