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

Reply via email to