]> Savannah Git Hosting - gnulib.git/commitdiff
accept4: Avoid link error on Solaris.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2011 01:07:25 +0000 (03:07 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2011 01:07:25 +0000 (03:07 +0200)
* modules/accept4 (Link): New section.

ChangeLog
modules/accept4

index 14587b46db6fe8ae622c8badfda40f4012d00ca2..bbd70caaa0f7fd1be956f930936840b561fc1bd4 100644 (file)
--- 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.
index 009575c4e66c93e72e86ace354e847612a7f9fd8..e6b9994152f40698e95045021eef112aa6bced12 100644 (file)
@@ -23,6 +23,9 @@ lib_SOURCES += accept4.c
 Include:
 <sys/socket.h>
 
+Link:
+$(LIBSOCKET)
+
 License:
 LGPL