Skip to content

Commit

Permalink
musl-fts: add host build
Browse files Browse the repository at this point in the history
This will be used for libselinux.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and chunkeey committed Mar 25, 2022
1 parent 8ba71f1 commit 1fb0993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/libs/musl-fts/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -58,3 +59,4 @@ define Package/musl-fts/install
endef

$(eval $(call BuildPackage,musl-fts))
$(eval $(call HostBuild))

0 comments on commit 1fb0993

Please sign in to comment.