mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
Ports/PHP: Enable SQLite3 and iconv extensions
This commit is contained in:
parent
6a9dc5562d
commit
977addf76d
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ 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=""
|
depends="libiconv sqlite"
|
||||||
configopts="
|
configopts="
|
||||||
--disable-dom
|
--disable-dom
|
||||||
--disable-opcache
|
--disable-opcache
|
||||||
|
@ -14,10 +14,10 @@ configopts="
|
||||||
--disable-xmlreader
|
--disable-xmlreader
|
||||||
--disable-xmlwriter
|
--disable-xmlwriter
|
||||||
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
|
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
|
||||||
--without-iconv
|
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
|
||||||
--without-libxml
|
--without-libxml
|
||||||
--without-pdo-sqlite
|
|
||||||
--without-sqlite3
|
|
||||||
"
|
"
|
||||||
|
|
||||||
export LIBS="-ldl"
|
export LIBS="-ldl"
|
||||||
|
export SQLITE_CFLAGS="y"
|
||||||
|
export SQLITE_LIBS="-lsqlite3 -lpthread"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue