Blame SOURCES/OpenIPMI-2.0.18-pthread-pkgconfig.patch

6b372b
468067  - "pkg-config --libs OpenIPMIpthread" fails
6b372b
6b372b
Fix the pkgconfig file.
6b372b
6b372b
Reported upstream as http://sourceforge.net/tracker/index.php?func=detail&aid=2188750&group_id=36127&atid=416301
6b372b
6b372b
diff -up OpenIPMI-2.0.18/OpenIPMIpthread.pc.in.orig OpenIPMI-2.0.18/OpenIPMIpthread.pc.in
6b372b
--- OpenIPMI-2.0.18/OpenIPMIpthread.pc.in.orig	2005-08-17 05:56:02.000000000 +0200
6b372b
+++ OpenIPMI-2.0.18/OpenIPMIpthread.pc.in	2010-05-20 15:48:07.000000000 +0200
6b372b
@@ -6,6 +6,6 @@ includedir=@includedir@
6b372b
 Name: OpenIPMIpthread
6b372b
 Description: Pthread OS handler for OpenIPMI
6b372b
 Version: @VERSION@
6b372b
-Requires: OpenIPMI pthread
6b372b
+Requires: OpenIPMI
6b372b
 Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread
6b372b
-Cflags: -I${includedir}
6b372b
+Cflags: -I${includedir} -pthread