summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-03-23 18:45:48 -0400
committerGitHub <noreply@github.com>2021-03-23 18:45:48 -0400
commit76552e95cc6679de7b690ef624135b71b3b326d7 (patch)
tree54be650cdc71d28b9a0e33531d83601660e8ab56 /pkgs/development/python-modules/rangehttpserver
parent924b214e05cb466f26c51f1cfaaa135e881664c5 (diff)
stdenv: Fix regression on ARM+static when enabling hardening (#115363)
4e9dc46dea0ef8cf15c567fa863796bb23099d0b re-enabled hardening for Musl, which is good. Though static builds for ARM fail in various ways - cross armv7l static does not build - cross aarch64 static produces segfaulting dynamically linked binaries - native aarch64 static also produces segfaulting dynamically linked binaries It seems that for native x86_64-linux, static builds are fine though. This works around the issue by removing PIE from the hardening flags, keeping all other hardening flags. This is an improvement (I think) from before 4e9dc46d. Fixes #114953
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions