svn commit: r362618 - head/sys/conf

Mark Johnston markj at FreeBSD.org
Thu Jun 25 19:12:28 UTC 2020


Author: markj
Date: Thu Jun 25 19:12:27 2020
New Revision: 362618
URL: https://svnweb.freebsd.org/changeset/base/362618

Log:
  Add SCTP_SUPPORT to the default kernel options.
  
  Otherwise out-of-tree module builds will be broken for a lack of a
  definition of MK_SCTP_SUPPORT.
  
  Reported by:	Michael Butler <imb at protected-networks.net>
  MFC with:	r362614
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/kern.opts.mk

Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk	Thu Jun 25 17:44:14 2020	(r362617)
+++ head/sys/conf/kern.opts.mk	Thu Jun 25 19:12:27 2020	(r362618)
@@ -42,6 +42,7 @@ __DEFAULT_YES_OPTIONS = \
     KERNEL_SYMBOLS \
     NETGRAPH \
     PF \
+    SCTP_SUPPORT \
     SOURCELESS_HOST \
     SOURCELESS_UCODE \
     TESTS \


More information about the svn-src-head mailing list