27 lines
790 B
Diff
27 lines
790 B
Diff
|
From d058bc9be5ef521882e3226a27e81cca8aded5ce Mon Sep 17 00:00:00 2001
|
||
|
From: Boris Ranto <branto@redhat.com>
|
||
|
Date: Thu, 2 Jun 2016 12:46:39 +0200
|
||
|
Subject: [PATCH] Apply 'OpenIPMI-2.0.18-pthread-pkgconfig.patch'
|
||
|
|
||
|
Signed-off-by: Boris Ranto <branto@redhat.com>
|
||
|
---
|
||
|
OpenIPMIpthread.pc.in | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/OpenIPMIpthread.pc.in b/OpenIPMIpthread.pc.in
|
||
|
index 59b52e5..fffa0d0 100644
|
||
|
--- a/OpenIPMIpthread.pc.in
|
||
|
+++ b/OpenIPMIpthread.pc.in
|
||
|
@@ -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
|
||
|
--
|
||
|
2.7.4
|
||
|
|