From caf0457ef1e081eed177ade5e727dd7aa3f41bdd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 29 Oct 2021 10:10:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/libsolv/libsolv_0.7.20.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/libsolv/libsolv_0.7.20.bb') diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb b/meta/recipes-extended/libsolv/libsolv_0.7.20.bb index 6861def533..21017c3902 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.20.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" DEPENDS = "expat zlib" SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master \ + file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ " SRCREV = "f618e6aae1d44be633b2ab91d4fd4f4f974f4d40" -- cgit 1.2.3-korg