commit | 7e7916932b6a1bfc26acafccd1ee76fbdb416f73 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Wed Nov 06 14:55:23 2013 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Nov 06 14:55:23 2013 -0500 |
tree | 2c197f80440a4d8a3b991c03b155b8c1e2b9c2ad | |
parent | f0f1ff4470a3a3870a9e00c116705217df1d0453 [diff] |
Remove -lpthread from pkg-config file. libselinux uses weak bindings to pthread functions and will fall back to non-threaded implementations if the caller is not linked with libpthread. Avoid requiring all users of libselinux to link with libpthread. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>