mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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:
committed by
Hannu Nyman
parent
487e64757d
commit
4afdeb7d19
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user