From: Todd C. Miller Date: Wed, 3 Feb 1999 04:16:21 +0000 (+0000) Subject: mention -lsocket, -lnsl configure changes X-Git-Tag: SUDO_1_5_8~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d42f9713b477344e190c0a479e580f8840da853;p=sudo mention -lsocket, -lnsl configure changes --- diff --git a/CHANGES b/CHANGES index f6310be7b..a82f36b00 100644 --- a/CHANGES +++ b/CHANGES @@ -1007,3 +1007,7 @@ Sudo 1.5.7 released. 315) FWTK 'authsrv' support from Kevin Kadow . 316) Fixed handling and documentation of -with-umask. + +317) If the check for socket() or inet_addr() fails, retry, this time + linking with both -lsocket and -lnsl for those systems that + have interlibrary dependencies.