apache: move to PCRE2

Move apache to PCRE2 now that PCRE is flagged EOL and won't receive any
security update.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit d14fe0c51c)
This commit is contained in:
Christian Marangi 2023-09-27 16:28:14 +02:00 committed by Josef Schlehofer
parent 2e9a63a900
commit e5b7e46eff
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ endef
define Package/apache
$(call Package/apache/Default)
USERID:=apache=377:apache=377
DEPENDS:=+libapr +libaprutil +libpcre
DEPENDS:=+libapr +libaprutil +libpcre2
endef
define Package/apache/description
@ -201,7 +201,7 @@ CONFIGURE_ARGS+= \
--with-apr-util="$(STAGING_DIR)/usr/bin/apu-1-config" \
--with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
--with-mpm=prefork \
--with-pcre="$(STAGING_DIR)/usr/bin/pcre-config" \
--with-pcre="$(STAGING_DIR)/usr/bin/pcre2-config" \
--with-program-name=apache2 \
--with-ssl