]> code.ossystems Code Review - openembedded-core.git/commit
libsolv: Enable correct qsort_r on musl
authorKhem Raj <raj.khem@gmail.com>
Fri, 29 Oct 2021 17:10:22 +0000 (10:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Nov 2021 10:41:15 +0000 (10:41 +0000)
commitcaf0457ef1e081eed177ade5e727dd7aa3f41bdd
tree054f4b9e39c942e944dac46871ecba6366aba2a4
parent35065c75bdb4725745ecc8b41fe920b6dc81f1e1
libsolv: Enable correct qsort_r on musl

Newer musl now has this function implemented and signatures are same as
glibc, current codepaths forces it on BSD path which is wrong for musl
and results in random segfaults in apps using libsolv e.g. opkg

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch [new file with mode: 0644]
meta/recipes-extended/libsolv/libsolv_0.7.20.bb