public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - dlm: fix .pc file for libdlm to link against pthread
Date: Mon, 10 Aug 2009 13:26:00 -0000	[thread overview]
Message-ID: <20090810132607.8EA451201C8@lists.fedorahosted.org> (raw)

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}


                 reply	other threads:[~2009-08-10 13:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090810132607.8EA451201C8@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).