mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +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: https://github.com/SerenityOS/serenity/commit/37b5baf9ffe 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
|
||||
depends="libiconv libxml2 openssl readline sqlite zlib"
|
||||
configopts="
|
||||
--disable-cgi
|
||||
--disable-opcache
|
||||
--enable-fpm
|
||||
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
|
||||
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
|
||||
--with-openssl
|
||||
|
|
Loading…
Reference in a new issue