mirror of
https://github.com/openwrt/packages.git
synced 2026-07-16 08:12:01 +04:00
7b5d7e39fb
Update 4.2.0 -> 5.0.8 and adopt maintainership. fluent-bit segfaulted at startup on every musl target: under GCC 14 the upstream C-TLS probe no longer compiles (undeclared __tls_get_addr), so the pthread_key fallback calls pthread_getspecific() before pthread_key_create() and derefs a NULL tsd array on musl (glibc is unaffected). Force -DFLB_HAVE_C_TLS=Yes for __thread TLS. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>