mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/perl5: Remove no longer needed Makefile patch
Following the removal of the `drand48` patch to the configure script, we can now remove this patch as it is no longer needed to prevent an interpreter hang.
This commit is contained in:
parent
eaf7dbaced
commit
39e79d6f6f
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/tarob0ba Commit: https://github.com/SerenityOS/serenity/commit/39e79d6f6f Pull-request: https://github.com/SerenityOS/serenity/pull/20771 Reviewed-by: https://github.com/LucasChollet Reviewed-by: https://github.com/timschumi ✅
4 changed files with 2 additions and 35 deletions
|
@ -1,24 +0,0 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Beckett Normington <beckett@b0ba.dev>
|
||||
Date: Tue, 25 Jul 2023 17:13:12 -0400
|
||||
Subject: [PATCH] Makefile: Don't run `lib/unicore/mktables` with -maketest
|
||||
|
||||
This argument causes the interpreter to hang and consume huge amounts
|
||||
of RAM.
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 4b80079f22738918822df9c30d6be15f5b5b6078..0a319af97e896d5d2784906fd21367e90c293991 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -302,7 +302,7 @@ dist/Unicode-Normalize/Makefile: lib/unicore/CombiningClass.pl
|
||||
pod/perluniprops.pod: lib/unicore/CombiningClass.pl
|
||||
|
||||
lib/unicore/CombiningClass.pl: $(CONFIGPM)
|
||||
- ./miniperl_top lib/unicore/mktables -w -C lib/unicore -P pod -maketest -makelist -p
|
||||
+ ./miniperl_top lib/unicore/mktables -w -C lib/unicore -P pod -makelist -p
|
||||
|
||||
# The following rules ensure that modules listed in mkppport.lst get
|
||||
# their ppport.h installed. There's a bunch of comments in that file,
|
|
@ -4,20 +4,11 @@
|
|||
|
||||
pp_sys: Avoid redefining `h_errno`
|
||||
|
||||
|
||||
## `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.
|
||||
|
||||
## `0003-Disable-nanosleep.patch`
|
||||
## `0002-Disable-nanosleep.patch`
|
||||
|
||||
Disable nanosleep
|
||||
|
||||
|
||||
## `0004-configure-Add-hint-for-serenity.patch`
|
||||
## `0003-configure-Add-hint-for-serenity.patch`
|
||||
|
||||
configure: Add hint for `serenity`
|
||||
|
||||
|
|
Loading…
Reference in a new issue