bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] pthread: mention library for linking


From: Eric Blake
Subject: [PATCH 1/2] pthread: mention library for linking
Date: Tue, 27 Apr 2010 12:17:26 -0600

* modules/pthread (Link): Mention $(LIB_PTHREAD).

Signed-off-by: Eric Blake <address@hidden>
---

I noticed this while trying to remove uses of HAVE_PTHREAD_H
from libvirt.

 ChangeLog       |    5 +++++
 modules/pthread |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c1c758d..1cfc4c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-27  Eric Blake  <address@hidden>
+
+       pthread: mention library for linking
+       * modules/pthread (Link): Mention $(LIB_PTHREAD).
+
 2010-04-27  Jim Meyering  <address@hidden>

        maint.mk: fix a bug introduced in last change
diff --git a/modules/pthread b/modules/pthread
index 6e061ce..447dea5 100644
--- a/modules/pthread
+++ b/modules/pthread
@@ -22,6 +22,9 @@ MOSTLYCLEANFILES += pthread.h
 Include:
 <pthread.h>

+Link:
+$(LIB_PTHREAD)
+
 License:
 LGPLv2+

-- 
1.6.6.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]