From 43aa5dc8fd2e9cd6d001c729845b3878358eff95 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 19 Sep 2011 03:07:25 +0200 Subject: [PATCH] accept4: Avoid link error on Solaris. * modules/accept4 (Link): New section. --- ChangeLog | 3 +++ modules/accept4 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 14587b46d..bbd70caaa 100644 --- 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 index 009575c4e..e6b999415 100644 --- a/modules/accept4 +++ b/modules/accept4 @@ -23,6 +23,9 @@ lib_SOURCES += accept4.c Include: +Link: +$(LIBSOCKET) + License: LGPL -- 2.11.0