changeset 15654:22ebda56bdbd

accept4: Avoid link error on Solaris. * modules/accept4 (Link): New section.
author Bruno Haible <bruno@clisp.org>
date Mon, 19 Sep 2011 03:07:25 +0200
parents f60ae63f5f6c
children b156fb9969f7
files ChangeLog modules/accept4
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/accept4
+++ b/modules/accept4
@@ -23,6 +23,9 @@
 Include:
 <sys/socket.h>
 
+Link:
+$(LIBSOCKET)
+
 License:
 LGPL