openwrt/package/libs/libunistring
Christian Marangi 41541bf30e
libunistring: fix compilation error with MUSL
MUSL doesn't provide PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP as
it's only glibc and as the MACRO say, it's NP (not portable).

Add patch to check for this and disable overwriting the function
accordingly.

Fixes: 9bdf723476 ("libunistring: update to 1.4.1")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-25 13:41:11 +01:00
..
patches libunistring: fix compilation error with MUSL 2025-11-25 13:41:11 +01:00
Makefile libunistring: update to 1.4.1 2025-11-24 00:13:42 +01:00