openwrt-packages/lang/perl
Georgi Valkov 847a535a3b perl: fix not a Mach-O file on macOS
Reverts [1] to resolve the following build error on macOS:

/Volumes/wrt3200/openwrt/staging_dir/hostpkg/usr/bin/perl installperl --destdir=/Volumes/wrt3200/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/perl/perl-5.38.2/ipkg-install
WARNING: You've never run 'make test' or some tests failed! (Installing anyway.)
  /usr/bin/perl5.38.2
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: input file: /Volumes/wrt3200/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/perl/perl-5.38.2/ipkg-install/usr/bin/perl5.38.2 is not a Mach-O file

[1] 88efce3814

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-04-23 19:00:11 -07:00
..
files perl: update to version 5.38.2 2023-12-01 11:18:10 -08:00
patches perl: fix not a Mach-O file on macOS 2024-04-23 19:00:11 -07:00
Config.in perl: enable threading support for aarch64 by default 2022-12-14 22:13:40 +08:00
Makefile perl: fix not a Mach-O file on macOS 2024-04-23 19:00:11 -07:00
README.patches perl: Reorganize patches 2015-09-25 11:50:52 +02:00
perlbase.mk perl: update to version 5.38.2 2023-12-01 11:18:10 -08:00
perlmod.mk perl: perlmod: append _LARGEFILE64_SOURCE flag for musl 1.2.4 2023-05-20 13:05:19 +08:00
perlver.mk perl: update to version 5.38.2 2023-12-01 11:18:10 -08:00

README.patches

The patches in this package are loosely sorted into the following categories:

0xx - Bugfixes
1xx - Cross-compile fixes
3xx - Workarounds
7xx - Testsuite fixes

Feel free to add another one if your new patch doesn't seem to fit into an
existing category.