mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 20:04:24 +08: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
@ -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…
Reference in New Issue
Block a user