From: Philip A. Prindeville Date: Sun, 14 Jun 2026 21:59:11 +0000 (-0600) Subject: treewide: musl-fts is only needed when using MUSL X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b4c6064f20038e7fa8179a1eb09228add9a38082;p=openwrt-packages.git treewide: musl-fts is only needed when using MUSL Two packages (fluent-bit and nnn) don't properly gate musl-fts as only required when using MUSL. Signed-off-by: Philip A. Prindeville --- diff --git a/admin/fluent-bit/Makefile b/admin/fluent-bit/Makefile index d88871b03..7bb7b4779 100644 --- a/admin/fluent-bit/Makefile +++ b/admin/fluent-bit/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fluent-bit PKG_VERSION:=4.2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git @@ -21,7 +21,7 @@ define Package/fluent-bit CATEGORY:=Administration TITLE:=Fast and Lightweight Logs and Metrics processor URL:=https://fluentbit.io/ - DEPENDS:= +libyaml +libopenssl +libcurl +libstdcpp +libatomic +musl-fts +flex +bison \ + DEPENDS:= +libyaml +libopenssl +libcurl +libstdcpp +libatomic +USE_MUSL:musl-fts +flex +bison \ +libsasl2 endef diff --git a/utils/nnn/Makefile b/utils/nnn/Makefile index 5c0c35b3f..fc43a9ec7 100644 --- a/utils/nnn/Makefile +++ b/utils/nnn/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nnn PKG_VERSION:=5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/jarun/nnn/tar.gz/v$(PKG_VERSION)? @@ -21,7 +21,7 @@ define Package/nnn CATEGORY:=Utilities TITLE:=Full-featured terminal file manager URL:=https://github.com/jarun/nnn - DEPENDS:=+libncurses +libreadline +musl-fts + DEPENDS:=+libncurses +libreadline +USE_MUSL:musl-fts endef define Package/nnn/description