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

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