Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit fc2a51cf62
240 changed files with 2747 additions and 855 deletions

View File

@ -2,5 +2,13 @@ perl 5.40.2
=
https://github.com/Perl/perl5/archive/refs/tags/v5.40.2.tar.gz
cd /source/perl5-5.40.2 && mkdir -p /pkg/gnu/perl5 && ./Configure -desA -Dprefix=/pkg/gnu/perl5 && make -j$(nproc) && make install #PERL5#################
``` sh *** build ***
mkdir -p /pkg/gnu/perl
./Configure -des \
-Dprefix=/pkg/gnu/perl \
-Dcccdlflags='-fPIC' \
-Dccdlflags='-Wl,-E' \
-Duseshrplib
make -j$(nproc)
make install
```