aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2025-01-19 20:12:42 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2025-01-19 20:12:42 +0000
commit771959a9b4e2af5ab70e27f08c2c94099cf95319 (patch)
tree82897a888a04b1afbf6d152112a955f1abe645ae
parentc3a36c8e8f016bad29031260717142b313a6f909 (diff)
downloadvoid-packages-user/luca/php.tar
void-packages-user/luca/php.tar.gz
void-packages-user/luca/php.tar.bz2
void-packages-user/luca/php.tar.lz
void-packages-user/luca/php.tar.xz
void-packages-user/luca/php.tar.zst
void-packages-user/luca/php.zip
php fix movim maybe?user/luca/php
-rw-r--r--srcpkgs/php8.3/template4
1 files changed, 3 insertions, 1 deletions
diff --git a/srcpkgs/php8.3/template b/srcpkgs/php8.3/template
index 433314bae52..7b94e47440a 100644
--- a/srcpkgs/php8.3/template
+++ b/srcpkgs/php8.3/template
@@ -107,7 +107,9 @@ do_build() {
--with-mhash \
--with-mysql-sock=/run/mysqld/mysqld.sock \
--with-mysqli=shared,mysqlnd \
- --with-openssl=shared \
+ --with-openssl \
+ --with-openssl-argon2 \
+ --with-system-ciphers \
--with-external-pcre \
--with-pear=/usr/share/pear${_php_version} \
--with-pdo-mysql=shared,mysqlnd \