rpms/OpenIPMI/F-13 OpenIPMI-2.0.18-pthread-pkgconfig.patch,NONE,1.1

Jan Šafránek jsafrane at fedoraproject.org
Wed Jun 2 07:51:53 UTC 2010


Author: jsafrane

Update of /cvs/pkgs/rpms/OpenIPMI/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14427

Added Files:
	OpenIPMI-2.0.18-pthread-pkgconfig.patch 
Log Message:
fixed OpenIPMIpthread pkgconfig file
Resolves: #598551

OpenIPMI-2.0.18-pthread-pkgconfig.patch:
 OpenIPMIpthread.pc.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE OpenIPMI-2.0.18-pthread-pkgconfig.patch ---
468067  - "pkg-config --libs OpenIPMIpthread" fails

Fix the pkgconfig file.

Reported upstream as http://sourceforge.net/tracker/index.php?func=detail&aid=2188750&group_id=36127&atid=416301

diff -up OpenIPMI-2.0.18/OpenIPMIpthread.pc.in.orig OpenIPMI-2.0.18/OpenIPMIpthread.pc.in
--- OpenIPMI-2.0.18/OpenIPMIpthread.pc.in.orig	2005-08-17 05:56:02.000000000 +0200
+++ OpenIPMI-2.0.18/OpenIPMIpthread.pc.in	2010-05-20 15:48:07.000000000 +0200
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: OpenIPMIpthread
 Description: Pthread OS handler for OpenIPMI
 Version: @VERSION@
-Requires: OpenIPMI pthread
+Requires: OpenIPMI
 Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread
-Cflags: -I${includedir}
+Cflags: -I${includedir} -pthread



More information about the scm-commits mailing list