perl: drop 110-always_use_miniperl.patch
authorMatthias Schiffer <redacted>
Fri, 25 Apr 2025 10:35:23 +0000 (12:35 +0200)
committerRobert Marko <redacted>
Mon, 5 May 2025 09:20:38 +0000 (11:20 +0200)
commite7b5a35e5caa784200da32b6c6b457e20a67fd2a
tree41e6059b0218e7555b23385c5f50998804869118
parent2a7dc154027503d4cdfd3aa927616d365183be12
perl: drop 110-always_use_miniperl.patch

The patch was introduced in commit 4c57844f0f04 ("lang/perl: Add hack to
make perl always use miniperl during build"), but it is not actually
necessary. By setting $perl to a non-empty value (using 'perl' as is
common on desktop distros), the logic works as intended and selects the
correct perl binary for host and target builds.

As miniperl just symlinks to host perl for target builds, the main
effect of this change is not unconditionally passing `-Ilib -I.`
anymore. This seems like a good thing; host libraries should be used
with host perl by default.

Signed-off-by: Matthias Schiffer <redacted>
lang/perl/files/base.config
lang/perl/patches/110-always_use_miniperl.patch [deleted file]
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