mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
Ports/perl5: Remove unnecessary drand48 patch
With `drand48` now in LibC, this patch is not needed.
This commit is contained in:
parent
8bc1f1b63e
commit
eaf7dbaced
6 changed files with 4 additions and 65 deletions
|
@ -1,28 +1,23 @@
|
|||
# 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`
|
||||
## `0001-pp_sys-Avoid-redefining-h_errno.patch`
|
||||
|
||||
pp_sys: Avoid redefining `h_errno`
|
||||
|
||||
|
||||
## `0003-Makefile-Don-t-run-lib-unicore-mktables-with-maketes.patch`
|
||||
## `0002-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`
|
||||
## `0003-Disable-nanosleep.patch`
|
||||
|
||||
Disable nanosleep
|
||||
|
||||
|
||||
## `0005-configure-Add-hint-for-serenity.patch`
|
||||
## `0004-configure-Add-hint-for-serenity.patch`
|
||||
|
||||
configure: Add hint for `serenity`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue