projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e8047
)
pthread: mention library for linking
author
Eric Blake
<eblake@redhat.com>
Tue, 27 Apr 2010 17:38:51 +0000
(11:38 -0600)
committer
Eric Blake
<eblake@redhat.com>
Tue, 27 Apr 2010 17:42:47 +0000
(11:42 -0600)
* modules/pthread (Link): Mention $(LIB_PTHREAD).
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
patch
|
blob
|
history
modules/pthread
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c1c758d1321603428624743d85dd0341aac71272..1cfc4c058651399688b46ea247b7d75634e9ae31 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2010-04-27 Eric Blake <eblake@redhat.com>
+
+ pthread: mention library for linking
+ * modules/pthread (Link): Mention $(LIB_PTHREAD).
+
2010-04-27 Jim Meyering <meyering@redhat.com>
maint.mk: fix a bug introduced in last change
diff --git
a/modules/pthread
b/modules/pthread
index 6e061cec05741896475ad037c39fd46a01bbe395..447dea5395d3c1998566f5a13ac3ca99b205a1e0 100644
(file)
--- a/
modules/pthread
+++ b/
modules/pthread
@@
-22,6
+22,9
@@
MOSTLYCLEANFILES += pthread.h
Include:
<pthread.h>
+Link:
+$(LIB_PTHREAD)
+
License:
LGPLv2+