[Bug 249037] stable/12: tcp/rack module failed to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 31 19:12:37 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249037

Michael Tuexen <tuexen at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs at FreeBSD.org            |tuexen at freebsd.org

--- Comment #1 from Michael Tuexen <tuexen at freebsd.org> ---
It fails in
#ifndef TCPHPTS
fatal error missing option TCPHSTS in the build;
#endif
which tries to tell you that you need
options TCPHPTS
in your kernel config.

I'll do some more MFCing to turn that into a module dependency.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list