diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-07-10 21:54:21 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-14 23:44:32 +0200 |
| commit | 592e9f26cca4944adf4e534af5794680f07d098c (patch) | |
| tree | 5f9d1986504dc7a901f9e30787db030e1856b1bd /meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb | |
| parent | 2563210d055ef261d6443472daeacf21f16253a2 (diff) | |
| download | meta-openembedded-592e9f26cca4944adf4e534af5794680f07d098c.tar.gz | |
libdbus-c++: Add -pthread to linker flags
It uses symbols from libpthread e.g. pthread_mutexattr_init and pthread_mutexattr_settype
but does not link with pthreads, gold is strict about it and calls out with an error
../src/.libs/libdbus-c++-1.so: error: undefined reference to 'pthread_mutexattr_init'
../src/.libs/libdbus-c++-1.so: error: undefined reference to 'pthread_mutexattr_settype'
Therefore correct the linker cmdline
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb')
0 files changed, 0 insertions, 0 deletions
