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

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=596c48c9d5ecc6c72ec2fd1339a0d94319edcd4b
Commit:        596c48c9d5ecc6c72ec2fd1339a0d94319edcd4b
Parent:        a7ce8491bc388c861ad2cdc6f97dadb678e60f42
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:25:41 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 bfda97e..afd3a34 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:26 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:26 cluster: STABLE3 - 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).