[openwrt/openwrt] musl-fts: add host build

LEDE Commits lede-commits at lists.infradead.org
Mon Apr 11 14:38:25 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/724a9bb3ea46c7373c9f1232ec617b22c341ef94

commit 724a9bb3ea46c7373c9f1232ec617b22c341ef94
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Thu Sep 23 23:44:57 2021 -0700

    musl-fts: add host build
    
    This will be used for libselinux.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    (cherry picked from commit 1fb099341e5879a8c5247020e5056676ba2f0745)
---
 package/libs/musl-fts/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libs/musl-fts/Makefile b/package/libs/musl-fts/Makefile
index 9f4bdf12a3..72341cd379 100644
--- a/package/libs/musl-fts/Makefile
+++ b/package/libs/musl-fts/Makefile
@@ -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))




More information about the lede-commits mailing list