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 <[email protected]>
  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 \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to