diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-10 14:45:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-10 14:45:34 +0200 |
commit | f08eb0db4b8bca037ed8f011084235178cdbf393 (patch) | |
tree | 82defc2036cd2a8daf1bd271e6d0e465256421c8 | |
parent | e02d327563e65db8710cc95287d8ce0d2469079b (diff) |
php: switch to openssl
-rw-r--r-- | package/php/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index 6e762656c..0c6fd2389 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -46,8 +46,8 @@ PKGFD_MOD_MARIADB:= mariadb support PKGFS_MOD_MARIADB:= libmariadbclient PKGFB_MOD_MARIADB:= mariadb PKGFD_MOD_SSL:= ssl support -PKGFB_MOD_SSL:= libressl -PKGFS_MOD_SSL:= libressl +PKGFB_MOD_SSL:= openssl +PKGFS_MOD_SSL:= libopenssl PKGFD_MOD_PCNTL:= process control support PKGFD_MOD_SESSION:= session support PKGFD_MOD_SNMP:= snmp support |