Re: git: 4f6a5e1d6ce3 - main - netlink: enable NETLINK_SUPPORT by default on all architectures.
Date: Fri, 28 Apr 2023 17:24:27 UTC
Alexander V. Chernikov wrote: > The branch main has been updated by melifaro: > > URL: https://cgit.FreeBSD.org/src/commit/?id=4f6a5e1d6ce39e968bd01c9a3a299a3a419a480e > > commit 4f6a5e1d6ce39e968bd01c9a3a299a3a419a480e > Author: Alexander V. Chernikov <melifaro@FreeBSD.org> > AuthorDate: 2023-04-27 14:38:08 +0000 > Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> > CommitDate: 2023-04-28 12:37:09 +0000 > > netlink: enable NETLINK_SUPPORT by default on all architectures. > > Reviewed by: emaste > Differential Revision: https://reviews.freebsd.org/D39849 > --- > share/mk/src.opts.mk | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk > index 62d3936ded20..0bbb2dd6c539 100644 > --- a/share/mk/src.opts.mk > +++ b/share/mk/src.opts.mk > @@ -145,6 +145,7 @@ __DEFAULT_YES_OPTIONS = \ > MLX5TOOL \ > NETCAT \ > NETGRAPH \ > + NETLINK_SUPPORT \ > NLS_CATALOGS \ > NS_CACHING \ > NTP \ > @@ -354,12 +355,6 @@ __DEFAULT_NO_OPTIONS+=OPENMP > BROKEN_OPTIONS+= OFED > .endif > > -.if ${__T} == "i386" || ${__T} == "amd64" > -__DEFAULT_YES_OPTIONS+=NETLINK_SUPPORT > -.else > -__DEFAULT_NO_OPTIONS+=NETLINK_SUPPORT > -.endif > - > # MK_host_egacy is set by local.sys.mk so is valid here > .if ${MACHINE} == "host" && ${MK_host_egacy} == "yes" > # we cannot expect tests to work Looks like this requires src.conf(5) to be regenerated? https://github.com/freebsd/freebsd-src/runs/13099215021