mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
gnutls: Link in pthread explicitly for uclibc
Otherwise we end up with missing symbols from libpthread (From OE-Core rev: 9f09353a1548d392a3f71e800be8e1b849960584) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -44,4 +44,6 @@ FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"
|
|||||||
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
|
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
|
||||||
FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
|
FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
|
||||||
|
|
||||||
|
LDFLAGS_append_libc-uclibc += " -pthread"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user