diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-04 09:30:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-04 09:30:54 +0000 |
commit | 0713083093a250c8709fd8485ef600eacd7b78f0 (patch) | |
tree | 1e8df982ee9bf53a71da28deffae3e8aaa3046c7 /main/openipmi/pthread-pkgconfig.patch | |
parent | 841c12e12453ad580392976309ab148f54deef2d (diff) | |
download | aports-0713083093a250c8709fd8485ef600eacd7b78f0.tar.bz2 aports-0713083093a250c8709fd8485ef600eacd7b78f0.tar.xz |
main/openipmi: moved from testing
Diffstat (limited to 'main/openipmi/pthread-pkgconfig.patch')
-rw-r--r-- | main/openipmi/pthread-pkgconfig.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/openipmi/pthread-pkgconfig.patch b/main/openipmi/pthread-pkgconfig.patch new file mode 100644 index 0000000000..9a7620857b --- /dev/null +++ b/main/openipmi/pthread-pkgconfig.patch @@ -0,0 +1,18 @@ +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 |