mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports/PHP: Enable Phar extension
This commit is contained in:
parent
169e93f0a7
commit
64e2e2cff3
2 changed files with 13 additions and 1 deletions
|
@ -7,7 +7,6 @@ auth_type=sha256
|
||||||
depends="libiconv libxml2 sqlite zlib"
|
depends="libiconv libxml2 sqlite zlib"
|
||||||
configopts="
|
configopts="
|
||||||
--disable-opcache
|
--disable-opcache
|
||||||
--disable-phar
|
|
||||||
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
|
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
|
||||||
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
|
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
|
||||||
"
|
"
|
||||||
|
|
13
Ports/php/patches/configure-disable-pharcmd.patch
Normal file
13
Ports/php/patches/configure-disable-pharcmd.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- php-8.0.6/configure 2021-06-04 20:36:10.053986191 +0200
|
||||||
|
+++ php-8.0.6-patched/configure 2021-06-04 20:36:20.769935808 +0200
|
||||||
|
@@ -91478,8 +91478,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