mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Ports: Build PHP-FPM instead of CGI
This commit is contained in:
parent
9a6283c524
commit
37b5baf9ff
Notes:
sideshowbarker
2024-07-18 03:31:22 +09:00
Author: https://github.com/gmta
Commit: 37b5baf9ff
Pull-request: https://github.com/SerenityOS/serenity/pull/10182
Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 0 deletions
|
@ -6,7 +6,9 @@ files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.ta
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
depends="libiconv libxml2 openssl readline sqlite zlib"
|
depends="libiconv libxml2 openssl readline sqlite zlib"
|
||||||
configopts="
|
configopts="
|
||||||
|
--disable-cgi
|
||||||
--disable-opcache
|
--disable-opcache
|
||||||
|
--enable-fpm
|
||||||
--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
|
||||||
--with-openssl
|
--with-openssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue