gentoo/sys-libs/openipmi/files/openipmi-2.0.16-pthreads.patch
Robert Förster 6674e2189a [sys-libs/openipmi] bump to newer, changes to in-tree include:
- updated python handling
- add rdep to popt (used in ipmi_sim and ipmilan)
- --with-marvell-bmc hardcoded since it adds no additional dependencies.

still to do:
- maybe add a useflag for marvell anyway?
- fix not respecting ldflags for python and perl (swig...)
- figure out a fix for ncurses[tinfo]
2014-03-18 10:23:42 +01:00

13 lines
546 B
Diff

diff -ruN OpenIPMI-2.0.16.orig/OpenIPMIpthread.pc.in OpenIPMI-2.0.16/OpenIPMIpthread.pc.in
--- OpenIPMI-2.0.16.orig/OpenIPMIpthread.pc.in 2005-08-17 05:56:02.000000000 +0200
+++ OpenIPMI-2.0.16/OpenIPMIpthread.pc.in 2010-10-31 21:35:56.126933520 +0100
@@ -6,6 +6,6 @@
Name: OpenIPMIpthread
Description: Pthread OS handler for OpenIPMI
Version: @VERSION@
-Requires: OpenIPMI pthread
-Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread
+Requires: OpenIPMI
+Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread -lpthread
Cflags: -I${includedir}