Author: emaste
Date: Fri Feb 14 17:05:35 2020
New Revision: 357922
URL: https://svnweb.freebsd.org/changeset/base/357922

Log:
  openssh: add a note about libwrap in config.h
  
  LIBWRAP is defined by the Makefile based on MK_TCP_WRAPPERS and should
  not be defined in config.h.
  
  PR:           210141
  Sponsored by: The FreeBSD Foundation

Modified:
  head/crypto/openssh/FREEBSD-upgrade

Modified: head/crypto/openssh/FREEBSD-upgrade
==============================================================================
--- head/crypto/openssh/FREEBSD-upgrade Fri Feb 14 16:56:59 2020        
(r357921)
+++ head/crypto/openssh/FREEBSD-upgrade Fri Feb 14 17:05:35 2020        
(r357922)
@@ -71,6 +71,9 @@
 
 0E) Review changes to config.h very carefully.
 
+    Note that libwrap should not be defined in config.h; as of
+    r311585 it is conditional on MK_TCP_WRAPPERS.
+
 0F) If source files have been added or removed, update the appropriate
     makefiles to reflect changes in the vendor's Makefile.in.
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to