From e6d580a1e5d6a425225682cf08f662fdf383ec31 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Tue, 26 Dec 2023 12:53:44 +0100
Subject: [PATCH] php-redis - new packge for php 8.2

---
 components/web/php/php-8_2-ext-redis/Makefile |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/components/web/php/php-8_2-ext-redis/Makefile b/components/web/php/php-8_2-ext-redis/Makefile
index 6b179d0..6146857 100644
--- a/components/web/php/php-8_2-ext-redis/Makefile
+++ b/components/web/php/php-8_2-ext-redis/Makefile
@@ -31,17 +31,9 @@
 COMPONENT_LICENSE_FILE=	LICENSE
 COMPONENT_CLASSIFICATION=	Development/PHP
 
+TEST_TARGET = $(NO_TESTS)
+
 include $(WS_MAKE_RULES)/common.mk
-
-COMPONENT_TEST_TARGETS = test
-
-COMPONENT_TEST_ENV += NO_INTERACTION=yes
-
-COMPONENT_TEST_TRANSFORMS += \
-    '-e "/^make/d" ' \
-    '-e "/^Time taken/d" ' \
-    '-e "/^TEST RESULT SUMMARY$$/,\$$p" ' \
-    '-e "/.*/d" '
 
 CLEAN_PATHS +=  package.xml
 
@@ -85,6 +77,8 @@
 
 # manually added dependencies
 REQUIRED_PACKAGES += web/php-82/php-common
+REQUIRED_PACKAGES += compress/zstd
+REQUIRED_PACKAGES += library/lz4
 
 # Auto-generated dependencies
 REQUIRED_PACKAGES += system/library

--
Gitblit v1.9.3