1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:17:35 +00:00

Ports: Add perl5

This commit is contained in:
Beckett Normington 2023-07-28 13:24:21 -04:00 committed by Andrew Kaster
parent c5b8903761
commit 8ee71a9920
8 changed files with 230 additions and 0 deletions

29
Ports/perl5/patches/ReadMe.md Executable file
View file

@ -0,0 +1,29 @@
# Patches for perl5 on SerenityOS
## `0001-configure-Hardcode-random-in-place-of-drand48.patch`
configure: Hardcode `random()` in place of `drand48()`
## `0002-pp_sys-Avoid-redefining-h_errno.patch`
pp_sys: Avoid redefining `h_errno`
## `0003-Makefile-Don-t-run-lib-unicore-mktables-with-maketes.patch`
Makefile: Don't run `lib/unicore/mktables` with -maketest
This argument causes the interpreter to hang and consume huge amounts
of RAM.
## `0004-Disable-nanosleep.patch`
Disable nanosleep
## `0005-configure-Add-hint-for-serenity.patch`
configure: Add hint for `serenity`