Fix linking to pthread
- Fix linkin to pthread which makes compilation failing in the CI by changing
-lpthread
to-pthread -lrt
(see https://stackoverflow.com/questions/11111291/with-lpthread-g-compiler-error-undefined-reference-to-semaphore-calls-su)
Edited by Simone Amoroso