ladybird/Ports/zlib/patches
Daniel Bertalan 941d152a88 Ports: Stop zlib from trying to use the host linker
Backports an upstream fix for a bug that caused the host compiler to be
used for linking even though the cross-compiler was specified in the
`CC` environment variable.

This didn't cause an issue for SERENITY_ARCH=i686 on Linux hosts,
because seeing that the host linker couldn't deal with i686 objects, the
configure script fell back to generating only a static library. On
x86-64, the host toolchain was able to deal with the object files, but
tried to link those to host libraries. On macOS hosts, nothing worked.
2022-03-29 20:25:36 +02:00
..
fix-cross-compilation.patch Ports: Stop zlib from trying to use the host linker 2022-03-29 20:25:36 +02:00
ReadMe.md Ports: Stop zlib from trying to use the host linker 2022-03-29 20:25:36 +02:00

Patches for zlib on SerenityOS

fix-cross-compilation.patch

Backports an upstream fix for a bug that caused the host compiler to be used for linking even though the cross-compiler was specified in the CC environment variable.