summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2022-03-29 20:06:27 +0200
committerAndreas Kling <kling@serenityos.org>2022-03-29 20:25:36 +0200
commit941d152a88d86808deb4797333b10d6c40440315 (patch)
tree72a250080c6f9b177c72d255d7aa1b998cae8a98 /Userland/Libraries/LibWeb
parent5da7ebb806cd3be5b126ec22bfda926c7319e4f7 (diff)
downloadserenity-941d152a88d86808deb4797333b10d6c40440315.zip
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.
Diffstat (limited to 'Userland/Libraries/LibWeb')
0 files changed, 0 insertions, 0 deletions