mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 21:58:43 +00:00
python3-cryptography: Add -pthread to link flags
It builds openssl module which needs pthread_atfork() but we do not link it with libpthread, which results in runtime loading errors Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
6d2624125f
commit
49ecf6f65d
@ -1,6 +1,8 @@
|
||||
inherit pypi setuptools3
|
||||
require python-cryptography.inc
|
||||
|
||||
LDSHARED += "-pthread"
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user