Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 17:03:28 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r361632 - in head/sys: conf modules/ipsec modules/tcp/tcpmd5
Message-ID:  <99ef22fb-5bcf-602a-9eb5-543827965842@FreeBSD.org>
In-Reply-To: <202005291921.04TJLaNc097149@repo.freebsd.org>
References:  <202005291921.04TJLaNc097149@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99ef22fb-5bcf-602a-9eb5-543827965842>