From ff71f29ccefac21156dcc3d11f1a90ced02a34d1 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Wed, 29 Nov 2023 20:21:11 +0100
Subject: [PATCH] apache24 - fix compile issue with new libxml version 2.12

---
 components/web/apache24/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/web/apache24/Makefile b/components/web/apache24/Makefile
index 6e148ab..7c9f2bd 100644
--- a/components/web/apache24/Makefile
+++ b/components/web/apache24/Makefile
@@ -30,6 +30,7 @@
 
 COMPONENT_NAME=		apache2
 COMPONENT_VERSION=	2.4.58
+COMPONENT_REVISION=	1
 COMPONENT_PROJECT_URL=	https://httpd.apache.org/
 COMPONENT_SRC_NAME=	httpd
 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
@@ -91,7 +92,6 @@
 	$(TOUCH) $(BUILD_DIR)
 
 # Auto-generated dependencies
-PERL_REQUIRED_PACKAGES += runtime/perl
 REQUIRED_PACKAGES += SUNWcs
 REQUIRED_PACKAGES += library/apr
 REQUIRED_PACKAGES += library/apr-util

--
Gitblit v1.9.3