From: Laurent Bigonville <bigon@xxxxxxxx> Move -lpthread to Libs.private as libselinux is not exposing any of its API --- libselinux/src/libselinux.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libselinux/src/libselinux.pc.in b/libselinux/src/libselinux.pc.in index 2bd3c0e..f453c8f 100644 --- a/libselinux/src/libselinux.pc.in +++ b/libselinux/src/libselinux.pc.in @@ -8,5 +8,6 @@ Description: SELinux utility library Version: @VERSION@ URL: http://userspace.selinuxproject.org/ Requires.private: libsepol libpcre -Libs: -L${libdir} -lselinux -lpthread +Libs: -L${libdir} -lselinux +Libs.private: -lpthread Cflags: -I${includedir} -- 1.8.4.2 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.