mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -1,7 +1,7 @@
|
|||
From b77421b9902a06c17e01c6c1dabffbc066a978e8 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Jelle Raaijmakers <jelle@gmta.nl>
|
||||
Date: Tue, 29 Mar 2022 22:41:26 +0200
|
||||
Subject: [PATCH 1/2] Build: Disable `pharcmd`
|
||||
Subject: [PATCH] Build: Disable `pharcmd`
|
||||
|
||||
We do not support running the PHP binary locally after its build, so do
|
||||
not try to run phar locally.
|
||||
|
@ -10,7 +10,7 @@ not try to run phar locally.
|
|||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index b54abe32..d9a8d0b9 100644
|
||||
index b54abe3..d9a8d0b 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1567,8 +1567,8 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
|
||||
|
@ -24,6 +24,3 @@ index b54abe32..d9a8d0b9 100644
|
|||
else
|
||||
pharcmd=
|
||||
pharcmd_install=
|
||||
--
|
||||
2.32.0
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 99607c7382d82b955015586c716ab4dc5f747235 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Jelle Raaijmakers <jelle@gmta.nl>
|
||||
Date: Tue, 29 Mar 2022 22:42:18 +0200
|
||||
Subject: [PATCH 2/2] Build: Force `inet_aton` detection
|
||||
Subject: [PATCH] Build: Force `inet_aton` detection
|
||||
|
||||
For a reason unknown to me, the build system fails to find `inet_aton`
|
||||
and tries to redefine it with its own implementation in
|
||||
|
@ -11,7 +11,7 @@ and tries to redefine it with its own implementation in
|
|||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index d9a8d0b9..687c2d87 100644
|
||||
index d9a8d0b..687c2d8 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -365,8 +365,7 @@ if test "$ac_cv_func_dlopen" = "yes"; then
|
||||
|
@ -24,6 +24,3 @@ index d9a8d0b9..687c2d87 100644
|
|||
|
||||
dnl Then headers.
|
||||
dnl ----------------------------------------------------------------------------
|
||||
--
|
||||
2.32.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue