summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-09-16 23:16:02 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-02-27 10:25:36 +0100
commit486f248ce46043cd4c76e60012c83a14f310784e (patch)
tree6330dc92984fa0f601638ad564b2a5c83156a26f /pkgs/development/python-modules/rangehttpserver
parent8631ba18eee7fe48dc17244fa8b6425b3d84201e (diff)
catch: fix build w/glibc-2.34
The issue was that `SIGSTKSZ` isn't an actual const anymore and thus can't be used to define sizes of static variables such as static char foo[SIGSTKSZ]; since this results in compiler errors such as error: array bound is not an integer constant before ']' token Fedora worked around this by hard-coding the value in `catch`. Since this is mainly a testing-framework and there's no other fix for v1 - we should eventually remove it entirely in favor of v2 anyways - I guess this is a good-enough fix. Failing Hydra build: https://hydra.nixos.org/build/152455108
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions