Files
nixpkgs/pkgs/tools/compression/gzip
Aleksi Hannula ae147f005a pkgsi686Linux.pkgsMusl.gzip: Fix build
Set -no-pie for gzip on this specific platform.

The ASM fast-path makes object references without going through PLT,
which would need to be relocated. Then musl ldd tries to apply
relocations to an R-X .text section and crashes.
2026-03-05 10:52:01 +02:00
..