mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +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
|
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