openwrt-packages/lang/perl
Eneas U de Queiroz 19c7496648
perl: perlmod.mk: use 'install' for host binaries
When installing a host perl module, the host perl binary in the staging
dir is replaced by using 'cp'.  However, if the binary is running in a
parallel job, cp will fail with a text file busy error.  Use
$(INSTALL_BIN), which unliks the file first to avoid the error.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-08-11 16:59:20 -03:00
..
files perl: define $sysroot for extensions 2020-02-08 23:08:58 -08:00
patches perl: fix build errors on macOS 2021-02-09 10:45:30 +02:00
Config.in perlmod: global knob to disable comment stripping modules 2017-01-11 14:31:09 -07:00
Makefile perl: fix build errors on macOS 2021-02-09 10:45:30 +02:00
README.patches perl: Reorganize patches 2015-09-25 11:50:52 +02:00
perlbase.mk lang/perlbase: Fix missing utf8 dependency on unicore 2016-07-04 18:13:45 -04:00
perlmod.mk perl: perlmod.mk: use 'install' for host binaries 2021-08-11 16:59:20 -03:00
perlver.mk perl: update to 5.28.1 2018-12-03 15:58:49 -07: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.