public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* dlm: master - dlm: fix .pc file for libdlm to link against pthread
@ 2009-08-10 13:36 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-08-10 13:36 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=b99cddf769890627cf36bc3745d1b72da434f5e3
Commit:        b99cddf769890627cf36bc3745d1b72da434f5e3
Parent:        8d9ac6b0e990b3d48bf0d5b57da841cb11a68ba5
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon Aug 10 15:25:41 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Aug 10 15:36:23 2009 +0200

dlm: fix .pc file for libdlm to link against pthread

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 dlm/libdlm/libdlm.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlm/libdlm/libdlm.pc.in b/dlm/libdlm/libdlm.pc.in
index 5068aff..917b261 100644
--- a/dlm/libdlm/libdlm.pc.in
+++ b/dlm/libdlm/libdlm.pc.in
@@ -7,5 +7,5 @@ Name: libdlm
 Version: @VERSION@
 Description: Cluster Distributed Lock Manager library
 Requires:
-Libs: -L${libdir} -ldlm
+Libs: -L${libdir} -ldlm -lpthread
 Cflags: -I${includedir}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-10 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-10 13:36 dlm: master - dlm: fix .pc file for libdlm to link against pthread Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).