summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--modules/accept43
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14587b46db..bbd70caaa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-09-18 Bruno Haible <bruno@clisp.org>
+ accept4: Avoid link error on Solaris.
+ * modules/accept4 (Link): New section.
+
socket functions: Avoid link errors on Solaris.
* modules/accept (Depends-on): Add socketlib.
(Link): New section.
diff --git a/modules/accept4 b/modules/accept4
index 009575c4e6..e6b9994152 100644
--- a/modules/accept4
+++ b/modules/accept4
@@ -23,6 +23,9 @@ lib_SOURCES += accept4.c
Include:
<sys/socket.h>
+Link:
+$(LIBSOCKET)
+
License:
LGPL