mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 04:15:47 +00:00
musl-fts: add host build
This will be used for libselinux. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 1fb099341e5879a8c5247020e5056676ba2f0745)
This commit is contained in:
parent
f12adc412b
commit
724a9bb3ea
@ -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…
x
Reference in New Issue
Block a user