meta-openembedded/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb
Khem Raj 49ecf6f65d 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>
2018-03-16 19:15:50 -07:00

9 lines
122 B
BlitzBasic

inherit pypi setuptools3
require python-cryptography.inc
LDSHARED += "-pthread"
SRC_URI += " \
file://run-ptest \
"