Revert "libfastjson: add missing runtime dependency on libm"
authorHannu Nyman <redacted>
Tue, 5 May 2026 19:23:50 +0000 (22:23 +0300)
committerHannu Nyman <redacted>
Tue, 5 May 2026 19:23:50 +0000 (22:23 +0300)
This reverts commit d114f46db11ad1639d9b8c59489182ab9583c092.

Apparently the libm does not exist as a package, so the commit is wrong.

Signed-off-by: Hannu Nyman <redacted>
libs/libfastjson/Makefile

index 51a80284f81bfa06fd71d09d45a1290de2fd8029..9cbcc00ad099854336a9061880084dd39dfeefea 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libfastjson
 PKG_VERSION:=1.2304.0
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://download.rsyslog.com/libfastjson
@@ -29,7 +29,6 @@ define Package/libfastjson
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=A fast JSON library for C
-  DEPENDS:=+USE_GLIBC:libm
   URL:=https://github.com/rsyslog/libfastjson
 endef
 
git clone https://git.99rst.org/PROJECT