zabbix: update php8 dependencies

Using the php8 dependency allows use to go back to using the
+ZABBIX_POSTGRESQL:php8-mod-pgsql (and like dependency for
mysql/mariadb).

This has the benefit of being an apk dependency so the user does not
install the frontend without a php8 database module.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
This commit is contained in:
Daniel F. Dickinson
2026-02-16 04:18:34 -05:00
committed by Hannu Nyman
parent 487e64757d
commit 4afdeb7d19

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zabbix
PKG_VERSION:=7.0.22
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(PKG_VERSION))/ \
@@ -271,10 +271,10 @@ define Package/zabbix-frontend-server
TITLE+= frontend server
PKGARCH:=all
DEPENDS:= \
@PACKAGE_php8 \
@ZABBIX_MYSQL:php8-mod-mysqli \
@ZABBIX_POSTGRESQL:php8-mod-pgsql \
php8 \
@(!ZABBIX_SQLITE) \
+ZABBIX_MYSQL:php8-mod-mysqli \
+ZABBIX_POSTGRESQL:php8-mod-pgsql \
+php8-cgi \
+php8-mod-gd \
+php8-mod-bcmath \