mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Ports: Update php
port to version 8.1.1
This commit is contained in:
parent
3301b0b33d
commit
40737341a8
8 changed files with 31 additions and 39 deletions
13
Ports/php/patches/configure-pharcmd.patch
Normal file
13
Ports/php/patches/configure-pharcmd.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- php-8.1.1/configure 2022-01-07 23:44:48.117187609 +0100
|
||||
+++ php-8.1.1-patched/configure 2022-01-07 23:47:02.228957328 +0100
|
||||
@@ -96803,8 +96803,8 @@
|
||||
CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"
|
||||
|
||||
if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
|
||||
- pharcmd=pharcmd
|
||||
- pharcmd_install=install-pharcmd
|
||||
+ pharcmd=
|
||||
+ pharcmd_install=
|
||||
else
|
||||
pharcmd=
|
||||
pharcmd_install=
|
Loading…
Add table
Add a link
Reference in a new issue