mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Ports/PHP: Enable Phar extension
This commit is contained in:
parent
169e93f0a7
commit
64e2e2cff3
Notes:
sideshowbarker
2024-07-18 16:51:18 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/64e2e2cff39 Pull-request: https://github.com/SerenityOS/serenity/pull/7804
2 changed files with 13 additions and 1 deletions
|
@ -7,7 +7,6 @@ auth_type=sha256
|
|||
depends="libiconv libxml2 sqlite zlib"
|
||||
configopts="
|
||||
--disable-opcache
|
||||
--disable-phar
|
||||
--prefix=${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…
Reference in a new issue