openipmi (2.0.16-1.3) OpenIPMIpthread.pc.in

Summary

 OpenIPMIpthread.pc.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

--- openipmi-2.0.16.orig/OpenIPMIpthread.pc.in
+++ openipmi-2.0.16/OpenIPMIpthread.pc.in
@@ -6,6 +6,6 @@
 Name: OpenIPMIpthread
 Description: Pthread OS handler for OpenIPMI
 Version: @VERSION@
-Requires: OpenIPMI pthread
-Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread
-Cflags: -I${includedir}
+Requires: OpenIPMI
+Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread -pthread
+Cflags: -I${includedir} -pthread