svn commit: r361632 - in head/sys: conf modules/ipsec modules/tcp/tcpmd5

John Baldwin jhb at FreeBSD.org
Sat May 30 00:03:31 UTC 2020


On 5/29/20 12:21 PM, John Baldwin wrote:
> Author: jhb
> Date: Fri May 29 19:21:35 2020
> New Revision: 361632
> URL: https://svnweb.freebsd.org/changeset/base/361632
> 
> Log:
>   Honor opt_ipsec.h from kernel builds.
>   
>   To make this simpler, set the default contents of opt_ipsec.h
>   for standalone modules in sys/conf/config.mk.

This breaks the build of kernel configs without IPSEC_SUPPORT (some of the
configs in tinderbox).  I've put a change up for review at D25059.  I
haven't just committed it outright because it is a bit different model
(though I think a better one) of using KERN_OPTS (the list of kernel
options enabled) to control which modules to build rather than MK_FOO
variables.  MK_FOO variables are still honored for standalone builds since
sys/conf/config.mk sets the equivalent KERN_OPTS values for standalone
module builds.

-- 
John Baldwin


More information about the svn-src-head mailing list