]> git.99rst.org Git - openwrt-packages.git/commitdiff
treewide: musl-fts is only needed when using MUSL
authorPhilip A. Prindeville <redacted>
Sun, 14 Jun 2026 21:59:11 +0000 (15:59 -0600)
committerPhilip Prindeville <redacted>
Sat, 20 Jun 2026 21:06:22 +0000 (15:06 -0600)
Two packages (fluent-bit and nnn) don't properly gate musl-fts as
only required when using MUSL.

Signed-off-by: Philip A. Prindeville <redacted>
admin/fluent-bit/Makefile
utils/nnn/Makefile

index d88871b033581ddef69d7c17ada614febc12a006..7bb7b47798b78dfcf0364e5b791f7113a99893a3 100644 (file)
@@ -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
 
index 5c0c35b3f41aea1fcbd3d71cc6cf9635d1223984..fc43a9ec71303c7a597bd07b5fe126ef8fd455b8 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT