mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
d114f46db1
libfastjson uses modf() from libm but does not declare the dependency. With BIND_NOW (CONFIG_PKG_RELRO_FULL), this can cause the dynamic linker to process libfastjson's relocations before libm's GOT is set up, triggering a crash in libm's IFUNC resolver on PowerPC. Fixes: https://github.com/openwrt/packages/issues/29160 Signed-off-by: micpf <micpf@westermo.com>