Project

General

Profile

Actions

Feature #3071

closed

FreeBSD build update

Added by devnexen about 3 years ago. Updated over 2 years ago.

Status:
Fixed
Priority:
Normal
Category:
core

Description

- build fix with SOL_TCP constant definition.
- build update to support cpu affinity.


Files

freebsd-build.patch (2.61 KB) freebsd-build.patch FreeBSD build update and fix devnexen, 2021-03-07 12:56
Actions #1

Updated by stbuehler over 2 years ago

Hi.

A few generic notes:
  • please upload patches with proper filenames (.patch extension helps the mime detection)
  • please split patches into logical changes; e.g. don't merge SOL_TCP and cpu affinity

I refactored the affinity handling a bit, then added the FreeBSD handling on top. Also instead of #define SOL_TCP I just switched to IPPROTO_TCP.

I'm also quite sure the affinity handling shouldn't go for the process, but just for the thread, and you didn't enabled FreeBSD in core_workers_cpu_affinity.

I pushed my changes to https://git.lighttpd.net/lighttpd/lighttpd2/src/branch/personal/stbuehler/freebsd-3071 - you can take a look in a shallow clone like this (or any other way you prefer):

git clone --depth 4 -b personal/stbuehler/freebsd-3071 https://git.lighttpd.net/lighttpd/lighttpd2

I might just merge them some day, but a positive feedback would help.

Actions #2

Updated by devnexen over 2 years ago

Tested the build, in the file include/lighttpd/utils.h, line 10, it would be better to put the HEDLEY_NO_RETURN specifier in the beginning of the declaration instead other than that it works.

Actions #3

Updated by stbuehler over 2 years ago

  • Status changed from New to Fixed

Thanks for reporting and the feedback. Should be merged now.

Actions

Also available in: Atom