HomeFreeBSD

graphics/lux: unbreak on armv7

Description

graphics/lux: unbreak on armv7

An upcoming patch will fix the misconfiguration that restricts the
address space for armv7 processes on arm64 to ~2GB instead of the ~3.5GB
it should have been. With that patch applied, the port builds fine.
As a temporary workaround, the following sysctls can be set to effect
the same change (though affecting arm64 processes too):

kern.maxssiz=67108864
kern.maxdsiz=536870912

armv6 stays broken as we cannot run armv6 processes on arm64 (see
PR #256132).

PR: 274705
MFH: 2023Q4
See also: https://reviews.freebsd.org/D42451

(cherry picked from commit e0b169f1d0061a31fccb6e24253011db40c5fdd7)

Details

Provenance
fuzAuthored on Nov 3 2023, 7:50 AM
Parents
R11:de07beec3142: www/mod_http2: fix build on armv6/armv7
Branches
Unknown
Tags
Unknown