mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:18:11 +00:00
Ports: Build PHP-FPM instead of CGI
This commit is contained in:
parent
9a6283c524
commit
37b5baf9ff
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…
Add table
Add a link
Reference in a new issue