Khem Raj 592e9f26cc 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>
2017-07-14 23:44:32 +02:00
..
2014-12-17 13:11:57 +01:00
2017-04-26 20:13:31 +02:00
2017-03-11 17:56:42 +01:00
2016-12-02 09:16:17 +01:00
2017-04-06 13:00:31 +02:00
2017-03-16 23:34:33 +01:00
2016-08-22 15:56:28 +02:00