Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libpthread to the library list, so it will be directly linked in both the net plugin and executables. The plugin uses pthreads, so should have been including this by default. We got lucky because the pthread calls were in something we were building as a .so and not in the unit tests. But breaking that in a future commit breaks the getting lucky part of the equation. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
- Loading branch information