perl: do not set LD_LIBRARY_PATH for cross compile
authorMatthias Schiffer <redacted>
Mon, 12 May 2025 16:42:41 +0000 (18:42 +0200)
committerRobert Marko <redacted>
Fri, 16 May 2025 08:01:27 +0000 (10:01 +0200)
commit67669398926f85796e73919974ce290eecd5d3e6
treed75e391af6aca2dfdc5a658de7e0b251ee34d5d9
parentd8a233f90a4006e4cc130a8e70b715e7781ac54a
perl: do not set LD_LIBRARY_PATH for cross compile

We don't want to set LD_LIBRARY_PATH to a directory filled with target
libraries when running a host perl. When the host and target
architecture are the same, some libraries will be loaded from this
path, resulting in the build to break because of glibc/musl mismatch.

Reported-by: John Audia <redacted>
Fixes: e7b5a35e5caa ("perl: drop 110-always_use_miniperl.patch")
Signed-off-by: Matthias Schiffer <redacted>
lang/perl/patches/101-cross-compile-ldlibpth.patch [new file with mode: 0644]
lang/perl/patches/900-use-rm-force.patch
lang/perl/patches/920-Revert-perl-127606-adjust-dependency-paths-on-instal.patch
git clone https://git.99rst.org/PROJECT