mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Ports: Add readline support to PHP
This commit is contained in:
parent
16dbba3b8f
commit
0d75637ffa
1 changed files with 2 additions and 1 deletions
|
@ -4,12 +4,13 @@ useconfigure="true"
|
||||||
version="8.0.6"
|
version="8.0.6"
|
||||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20"
|
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
depends="libiconv libxml2 openssl sqlite zlib"
|
depends="libiconv libxml2 openssl readline sqlite zlib"
|
||||||
configopts="
|
configopts="
|
||||||
--disable-opcache
|
--disable-opcache
|
||||||
--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
|
||||||
|
--with-readline=${SERENITY_INSTALL_ROOT}/usr/local
|
||||||
--with-zlib
|
--with-zlib
|
||||||
--without-pcre-jit
|
--without-pcre-jit
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue