nixpkgs/pkgs
Maximilian Bosch 486f248ce4
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
2022-02-27 10:25:36 +01:00
..
applications Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00
build-support Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
common-updater httpTwoLevelsUpdater: init 2022-02-21 13:01:49 -03:00
data Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
desktops Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
development catch: fix build w/glibc-2.34 2022-02-27 10:25:36 +01:00
games randtype: mark as broken on darwin 2022-02-26 20:37:04 -05:00
misc Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00
os-specific fuse: fix build w/glibc-2.34 2022-02-27 10:25:36 +01:00
pkgs-lib
servers Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00
shells Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
stdenv stdenv-bootstrap: force using new libc from stage2 2022-02-27 10:25:33 +01:00
test
tools findutils: fix build w/glibc-2.34 2022-02-27 10:25:34 +01:00
top-level Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00