Revert "libfastjson: add missing runtime dependency on libm"

This reverts commit d114f46db1.

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

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2026-05-05 22:23:50 +03:00
parent 7c83b19c73
commit b75749caab
+1 -2
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libfastjson PKG_NAME:=libfastjson
PKG_VERSION:=1.2304.0 PKG_VERSION:=1.2304.0
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.rsyslog.com/libfastjson PKG_SOURCE_URL:=https://download.rsyslog.com/libfastjson
@@ -29,7 +29,6 @@ define Package/libfastjson
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=A fast JSON library for C TITLE:=A fast JSON library for C
DEPENDS:=+USE_GLIBC:libm
URL:=https://github.com/rsyslog/libfastjson URL:=https://github.com/rsyslog/libfastjson
endef endef