]> granicus.if.org Git - sudo/commitdiff
mention -lsocket, -lnsl configure changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 3 Feb 1999 04:16:21 +0000 (04:16 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 3 Feb 1999 04:16:21 +0000 (04:16 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f6310be7b6cdccf28140511ef09b11b38b2d573d..a82f36b0020a0d28e04b5f86f355cf5cf39032d9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1007,3 +1007,7 @@ Sudo 1.5.7 released.
 315) FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET>.
 
 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.