From 90297b64718e77a8cf10ad64afe1c0e0695129f0 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 25 Jun 2020 19:12:27 +0000 Subject: [PATCH] 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 MFC with: r362614 Sponsored by: The FreeBSD Foundation --- sys/conf/kern.opts.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk index bc7ddfd06e7c..d44d7ee404df 100644 --- a/sys/conf/kern.opts.mk +++ b/sys/conf/kern.opts.mk @@ -42,6 +42,7 @@ __DEFAULT_YES_OPTIONS = \ KERNEL_SYMBOLS \ NETGRAPH \ PF \ + SCTP_SUPPORT \ SOURCELESS_HOST \ SOURCELESS_UCODE \ TESTS \