# HG changeset patch # User Bruno Haible # Date 1316394445 -7200 # Node ID 22ebda56bdbd64be295823c9c135a1b8d69ef202 # Parent f60ae63f5f6c0053e6d7e5bdb81b7ff051a51b98 accept4: Avoid link error on Solaris. * modules/accept4 (Link): New section. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-09-18 Bruno Haible + 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 --- a/modules/accept4 +++ b/modules/accept4 @@ -23,6 +23,9 @@ Include: +Link: +$(LIBSOCKET) + License: LGPL